:root{color-scheme:light dark;--bg:#0f172a;--bg-card:#111c36;--bg-card-light:#152445;--accent:#3b82f6;--accent-soft:rgba(59,130,246,0.15);--text:#f8fafc;--text-soft:#cbd5f5;--text-muted:#8aa1d4;--error:#f87171;--border:rgba(148,163,184,0.2);--shadow:0 24px 80px rgba(15,23,42,0.35);--radius-lg:18px;--radius-md:10px;--radius-sm:6px;--transition:all 160ms ease}.page{display:flex;flex-direction:column;gap:2.5rem;padding:clamp(1.5rem,1.5rem + 2vw,4rem);max-width:960px;margin:0 auto 3rem}.card{background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(15,23,42,.8));border-radius:0;border:2px solid rgba(59,130,246,.4);box-shadow:var(--shadow),0 0 30px rgba(59,130,246,.3);padding:clamp(2rem,1.75rem + 1.5vw,3.5rem);position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:-25%;background:radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 60%);z-index:0;pointer-events:none}.wizard{position:relative}.wizard__main-heading{text-align:center;margin-bottom:2rem}.wizard__main-heading h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text);margin:0;letter-spacing:-.02em}@media (max-width:640px){.wizard__main-heading{margin-bottom:1.5rem}.wizard__main-heading h2{font-size:1.5rem}}.wizard__header{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.wizard__progress{display:flex;align-items:center;gap:.75rem}.wizard__progress-bar{flex:1;height:5px;border-radius:999px;background:rgba(148,163,184,.2);position:relative;overflow:hidden}.wizard__progress-bar-fill{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.9),rgba(14,165,233,.9));transform:scaleX(var(--progress,0));transform-origin:left center;transition:var(--transition)}.wizard__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.wizard__body .field,.wizard__steps{width:100%;max-width:100%;margin:0}.postcode-box{max-width:500px;margin:0 auto}.postcode-box .field__input{margin-top:1.5rem;width:100%}.wizard__step{padding:1.25rem 1.4rem;border-radius:var(--radius-sm);border:1px solid rgba(148,163,184,.15);background:rgba(15,23,42,.25);display:flex;flex-direction:column;align-items:center;gap:.75rem;min-height:104px;transition:var(--transition);cursor:default}.wizard__step--upcoming{opacity:.65}.wizard__step--active{border-color:rgba(59,130,246,.65);background:rgba(59,130,246,.14);box-shadow:0 18px 45px rgba(59,130,246,.25)}.wizard__step--clickable{cursor:pointer}.wizard__step--clickable:hover{border-color:rgba(211,27,93,.45);background:rgba(211,27,93,.12)}.wizard__step-number{display:grid;place-items:center;width:56px;height:56px;min-width:56px;min-height:56px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,rgba(211,27,93,.95),rgba(240,74,157,.85));color:white;font-size:1.65rem;font-weight:700;text-shadow:0 8px 16px rgba(211,27,93,.45)}.wizard__step--upcoming .wizard__step-number{opacity:.55}.wizard__step--active .wizard__step-number{transform:scale(1.08);box-shadow:0 18px 38px rgba(59,130,246,.45)}.wizard__step-copy{display:grid;gap:.35rem;text-align:center}.wizard__step-title{font-weight:600;letter-spacing:-.01em;color:var(--text)}.wizard__step-desc{color:var(--text-muted);font-size:.9rem}.wizard__body{display:grid;gap:1.5rem;width:100%}.error-banner{background:rgba(248,113,113,.14);border:1px solid rgba(248,113,113,.45);color:#fecaca;padding:.9rem 1.1rem;border-radius:var(--radius-sm);margin:.5rem 0 1.25rem;font-weight:600;line-height:1.4}.field-grid{display:grid;gap:.875rem;width:100%;max-width:100%}@media (min-width:720px){.field-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem 1.25rem}.field-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem 1.25rem}}.field{display:flex;flex-direction:column;gap:.25rem;position:relative;align-items:flex-start;width:100%}.field label{font-weight:600;letter-spacing:.01em;font-size:.875rem;color:var(--text);margin:0;padding:0}.field input,.field select,.field textarea{background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);padding:.6875rem .875rem;color:var(--text);font-size:.9375rem;font:inherit;transition:var(--transition);margin:0;width:100%}.custom-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.98));border:2px solid rgba(0,162,199,.5);border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.6),0 0 20px rgba(0,162,199,.3),inset 0 1px 0 rgba(255,255,255,.05);max-height:320px;overflow-y:auto;overflow-x:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.custom-dropdown::-webkit-scrollbar{width:8px}.custom-dropdown::-webkit-scrollbar-track{background:rgba(15,23,42,.3);border-radius:0 8px 8px 0}.custom-dropdown::-webkit-scrollbar-thumb{background:rgba(0,162,199,.4);border-radius:4px}.custom-dropdown::-webkit-scrollbar-thumb:hover{background:rgba(0,162,199,.6)}.custom-dropdown__item{padding:.875rem 1rem;color:#e2e8f0;font-size:.9375rem;cursor:pointer;transition:all .15s ease;border-bottom:1px solid rgba(148,163,184,.08);position:relative;background:transparent}.custom-dropdown__item:last-child{border-bottom:none}.custom-dropdown__item--selected,.custom-dropdown__item:hover{background:linear-gradient(90deg,rgba(0,162,199,.25),rgba(0,162,199,.12));color:#00d4ff;border-left:3px solid #00a2c7;padding-left:calc(1rem - 3px);box-shadow:inset 0 0 20px rgba(0,162,199,.1)}.custom-dropdown__item:active{background:linear-gradient(90deg,rgba(0,162,199,.35),rgba(0,162,199,.18))}.field--step-start label{color:#f9a8d4}.field--step-start input,.field--step-start select{border-color:rgba(211,27,93,.7);box-shadow:0 0 0 4px rgba(211,27,93,.18)}.field--step-start input:focus,.field--step-start select:focus{border-color:rgba(211,27,93,.9);box-shadow:0 0 0 4px rgba(211,27,93,.28)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:rgba(59,130,246,.8);box-shadow:none}.field--error input,.field--error select,.field--error textarea{border-color:rgba(248,113,113,.85);box-shadow:0 0 0 4px rgba(248,113,113,.22)}.field__error{margin:.375rem 0 .25rem;color:#ff5555;font-size:.9rem;line-height:1.4;font-weight:600;display:block;background:rgba(248,113,113,.15);padding:.5rem .75rem;border-radius:6px;border-left:3px solid #ef4444}.field input::-moz-placeholder,.field textarea::-moz-placeholder{color:rgba(148,163,184,.65)}.field input::placeholder,.field textarea::placeholder{color:rgba(148,163,184,.65)}input[name=paintCode]{text-transform:uppercase}.field-grid--locked{filter:grayscale(.35);opacity:.55}.field-grid--locked .field input,.field-grid--locked .field select,.field-grid--locked .field textarea{pointer-events:none}.exclusion-card{background:linear-gradient(135deg,rgba(17,24,39,.85),rgba(15,23,42,.65));border:1px solid rgba(59,130,246,.25);border-radius:0;padding:clamp(1.4rem,1.2rem + 1vw,1.9rem) clamp(1.1rem,1.2rem + 1.5vw,2rem);margin-bottom:1.8rem;position:relative;overflow:hidden}.exclusion-card:after{content:"";position:absolute;inset:-60% 50% 60% -30%;background:radial-gradient(circle at center,rgba(59,130,246,.15),transparent 65%);pointer-events:none}.exclusion-card__body{position:relative;display:grid;gap:1.1rem}.exclusion-card h3{margin:0 0 .35rem;font-size:1.2rem;letter-spacing:-.01em;color:var(--text)}.exclusion-card p{margin:0;color:var(--text-soft);line-height:1.55}.exclusion-card__intro p{margin:0 0 .85rem}.exclusion-card__list{padding-left:1.25rem;display:grid;gap:.65rem;color:var(--text);line-height:1.55;margin:0 0 .9rem}.exclusion-card__help p{margin:0 0 .75rem}.exclusion-card__footer{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:.35rem}.exclusion-card__acknowledge{display:inline-flex;align-items:center;gap:.65rem;font-weight:600;cursor:pointer;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.35);border-radius:var(--radius-sm);padding:.85rem 1rem;color:var(--text)}.exclusion-card__acknowledge input{width:20px;height:20px;accent-color:rgba(59,130,246,.9)}.checkbox-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);width:100%;max-width:100%}@media (max-width:640px){.checkbox-grid{grid-template-columns:1fr}}.checkbox-option{display:flex;align-items:center;gap:.75rem;padding:.6875rem .875rem;border-radius:var(--radius-sm);border:none;background:rgba(15,23,42,.4);cursor:pointer;transition:var(--transition);color:var(--text);width:100%;box-sizing:border-box}.checkbox-option:hover{border-color:rgba(59,130,246,.65);background:rgba(59,130,246,.08)}.checkbox-option input{width:18px;height:18px;accent-color:rgba(59,130,246,.85)}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;background:rgba(59,130,246,.12);color:rgba(59,130,246,.85);font-size:.85rem;font-weight:600}.photo-drop{border:2px dashed rgba(148,163,184,.35);padding:2rem;border-radius:var(--radius-md);background:rgba(15,23,42,.45);text-align:center;transition:var(--transition);cursor:pointer;position:relative;width:100%;max-width:100%}.photo-drop:hover{border-color:rgba(59,130,246,.5);background:rgba(15,23,42,.6)}.photo-drop__desktop{display:flex;flex-direction:column;align-items:center;gap:1rem}.photo-drop__mobile{display:none}.photo-drop__icon-plus{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(14,165,233,.2));border:2px solid rgba(59,130,246,.4);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:300;color:rgba(59,130,246,.9);transition:var(--transition);animation:pulsateBlue 2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(59,130,246,.4)}@keyframes pulsateBlue{0%,to{box-shadow:0 0 0 0 rgba(59,130,246,.4)}50%{box-shadow:0 0 20px 10px rgba(59,130,246,.2)}}.photo-drop:hover .photo-drop__icon-plus{transform:scale(1.05);border-color:rgba(59,130,246,.6)}.photo-drop__icon{font-size:clamp(3rem,2.6rem + 1.5vw,4.2rem);line-height:1;margin-bottom:.9rem}.photo-drop__title{font-weight:600;font-size:1.1rem;margin-bottom:.35rem;color:var(--text)}.photo-drop__subtitle{color:var(--text-muted);font-size:.95rem;margin:0 auto 1.2rem;max-width:42ch}.photo-drop__desktop-only{display:flex;flex-direction:column;align-items:center;gap:1rem}.unified-media-upload{display:none}@media (max-width:900px){.photo-drop__desktop-only{display:none}.unified-media-upload{display:block;padding:1.5rem 1rem;background:transparent;border:none;text-align:center}.unified-media-upload__header{margin-bottom:1.5rem}.unified-media-upload__icon{font-size:3rem;margin-bottom:.75rem;line-height:1}.unified-media-upload__title{font-size:1.125rem;font-weight:700;color:#f1f5f9;margin:0 0 .5rem}.unified-media-upload__subtitle{font-size:.875rem;color:#94a3b8;margin:0 auto;line-height:1.5;max-width:45ch}.unified-media-upload__actions{display:flex;flex-direction:column;gap:.75rem}.media-action-button{min-height:48px;width:100%;padding:.75rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.625rem;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(14,165,233,.1));border:2px solid rgba(59,130,246,.4);color:#f1f5f9}.media-action-button:disabled{opacity:.5;cursor:not-allowed}.media-action-button__icon{font-size:1.5rem;line-height:1}.media-action-button__text{font-size:1rem;font-weight:600}.media-action-button--primary{background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(14,165,233,.2));border-color:rgba(59,130,246,.5);box-shadow:0 4px 12px rgba(59,130,246,.15)}.media-action-button--primary:hover:not(:disabled){background:linear-gradient(135deg,rgba(59,130,246,.35),rgba(14,165,233,.3));border-color:rgba(59,130,246,.7);box-shadow:0 6px 16px rgba(59,130,246,.25);transform:translateY(-1px)}.media-action-button--video{background:linear-gradient(135deg,rgba(168,85,247,.2),rgba(147,51,234,.15));border-color:rgba(168,85,247,.4);box-shadow:0 4px 12px rgba(168,85,247,.15)}.media-action-button--video:hover:not(:disabled){background:linear-gradient(135deg,rgba(168,85,247,.3),rgba(147,51,234,.25));border-color:rgba(168,85,247,.6);box-shadow:0 6px 16px rgba(168,85,247,.25);transform:translateY(-1px)}.media-action-button--secondary{background:linear-gradient(135deg,rgba(148,163,184,.15),rgba(100,116,139,.1));border-color:rgba(148,163,184,.3);box-shadow:0 4px 12px rgba(148,163,184,.1)}.media-action-button--secondary:hover:not(:disabled){background:linear-gradient(135deg,rgba(148,163,184,.25),rgba(100,116,139,.2));border-color:rgba(148,163,184,.5);box-shadow:0 6px 16px rgba(148,163,184,.2);transform:translateY(-1px)}.photo-drop,.photo-drop__desktop,.photo-drop__mobile{display:none}}.unified-media-previews{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}@media (min-width:768px){.unified-media-previews{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1024px){.unified-media-previews{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.media-card{position:relative;width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:rgba(15,23,42,.6);border:2px solid rgba(148,163,184,.2)}.media-card img,.media-card__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-card__remove{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:rgba(15,23,42,.95);border:2px solid rgba(248,113,113,.6);color:#f87171;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2}.media-card__remove:hover{background:rgba(248,113,113,.9);color:white;border-color:rgba(248,113,113,.9);transform:scale(1.1)}.media-card--video{border-color:rgba(168,85,247,.4)}.media-card__video-badge{position:absolute;bottom:8px;left:8px;background:rgba(168,85,247,.9);color:white;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:1}.media-card--processing{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(14,165,233,.05));border-color:rgba(59,130,246,.3)}.media-card__spinner{text-align:center}.media-card__spinner p{margin-top:8px;font-size:.8125rem;color:var(--text-muted)}.photo-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.15rem}.photo-actions .button{width:100%;max-width:220px}.photo-previews{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.photo-card{position:relative;border-radius:var(--radius-sm);overflow:hidden;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.6);width:100px;height:100px}.photo-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.photo-card button{position:absolute;top:8px;right:8px;background:rgba(15,23,42,.75);border:none;color:var(--text);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.9rem;transition:var(--transition)}.photo-card button:hover{background:rgba(248,113,113,.85)}.photo-card--processing{background:rgba(15,23,42,.8)}.photo-card--processing,.photo-processing-spinner{display:flex;align-items:center;justify-content:center}.photo-processing-spinner{flex-direction:column}.photo-processing-spinner .spinner{width:32px;height:32px;border:3px solid rgba(59,130,246,.2);border-top-color:rgba(59,130,246,.8);border-radius:50%;animation:spin .8s linear infinite}.wizard__footer{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;align-items:center;flex-wrap:wrap}.wizard__footer--sticky{position:sticky;bottom:0;padding:1.25rem 1.5rem;background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(10,16,30,.94));border:1px solid rgba(148,163,184,.16);border-radius:var(--radius-md);box-shadow:0 18px 38px rgba(5,9,18,.45);z-index:5;backdrop-filter:blur(12px)}.wizard__footer-secondary{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.9rem 1.8rem;border:1px solid transparent;font-weight:600;cursor:pointer;transition:var(--transition);font-size:1rem}.button--secondary{background:rgba(15,23,42,.55);border-color:rgba(148,163,184,.4);color:var(--text-soft)}.button--ghost{background:transparent;color:var(--text-muted);border-color:rgba(148,163,184,.35)}.button--ghost:hover{color:var(--text);border-color:rgba(59,130,246,.6);box-shadow:0 0 0 4px rgba(59,130,246,.15)}.button--secondary:hover{border-color:rgba(59,130,246,.65)}.button--primary{background:linear-gradient(135deg,rgba(59,130,246,.95),rgba(14,165,233,.95));color:white;box-shadow:0 18px 40px rgba(59,130,246,.35)}.button--primary:hover{transform:translateY(-1px);box-shadow:0 25px 60px rgba(59,130,246,.45)}.button--primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.note{font-size:.9rem;color:var(--text-muted)}.note--warning{color:#fbbf24;font-weight:600}.step-section{position:relative;width:100%;max-width:100%}.step-section__intro{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.step-section__title{margin:0;font-size:clamp(1.35rem,1.15rem + .6vw,1.7rem);letter-spacing:-.01em;color:var(--text)}.step-section__subtitle{margin:0;color:var(--text-muted);font-size:.95rem}.step-section__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,21,40,.82),rgba(15,23,42,.9));border-radius:var(--radius-md);z-index:3;display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.step-section__overlay-content{max-width:420px;display:grid;gap:1rem;background:rgba(15,23,42,.9);border:1px solid rgba(211,27,93,.35);border-radius:var(--radius-md);padding:1.45rem;box-shadow:0 28px 60px rgba(12,9,20,.55)}.step-section__overlay-text{margin:0;font-weight:600;color:#f9a8d4;font-size:1.02rem}.step-section__overlay-action{justify-self:center;min-width:200px}.vehicle-step{position:relative;display:grid;gap:1.25rem;margin-top:1.25rem;width:100%;max-width:100%}.vehicle-step--locked>:not(.step-section__overlay){filter:grayscale(.35);opacity:.55;pointer-events:none}.damage-section{display:grid;gap:1.5rem;margin-top:2.25rem}.damage-section--locked{filter:grayscale(.35)}.contact-step{display:grid;gap:1.25rem;margin-top:1.25rem;width:100%;max-width:100%}.contact-step__start{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,rgba(211,27,93,.18),rgba(59,130,246,.12));border:1px solid rgba(211,27,93,.3);border-radius:var(--radius-md);padding:.9rem 1.15rem}.contact-step__start-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;background:rgba(211,27,93,.85);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.contact-step__start-text{color:var(--text);font-weight:600;letter-spacing:.01em}.summary{margin-top:2.25rem}.summary__details{border-radius:var(--radius-md);border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.55);padding:1.4rem 1.6rem;display:grid;gap:1rem}.summary__details[open]{background:rgba(15,23,42,.65);border-color:rgba(148,163,184,.28)}.summary__trigger{display:flex;align-items:center;gap:.65rem;cursor:pointer;font-weight:600;font-size:1.05rem;letter-spacing:-.005em;list-style:none;color:var(--text)}.summary__trigger::-webkit-details-marker{display:none}.summary__trigger:after{content:"⌄";font-size:1rem;transform:rotate(0deg);transition:transform .16s ease}.summary__details[open] .summary__trigger:after{transform:rotate(180deg)}.summary__content{display:grid;gap:1.25rem;margin-top:.5rem}.summary__section{display:grid;gap:.8rem}.summary__title{font-weight:600;color:var(--text-soft);text-transform:uppercase;font-size:.8rem;letter-spacing:.16em}.summary__item{display:flex;justify-content:space-between;gap:1rem;color:var(--text)}.summary__item span:last-child{color:var(--text-soft);text-align:right}.success-state{display:grid;gap:1.5rem;text-align:center;padding:3rem 1.5rem}.success-state .emoji{font-size:clamp(3rem,2.5rem + 2vw,4.5rem)}.success-state h2{color:var(--text);margin:0}.video-section{margin-top:2rem;width:100%}.video-prompt,.video-recorded,.video-recorder{background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:var(--radius-md);padding:1.5rem;width:100%}.video-preview{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:4/3;background:rgba(0,0,0,.5);border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}.video-recorder{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:9999!important;background:#000!important;padding:0!important;border:none!important;margin:0!important}.video-recorder,.video-recorder .video-preview{width:100vw!important;height:100vh!important;border-radius:0!important}.video-recorder .video-preview{display:block!important;aspect-ratio:unset!important;-o-object-fit:cover!important;object-fit:cover!important}.video-recorder .video-controls{position:absolute!important;bottom:40px!important;left:0!important;right:0!important;padding:0 20px!important;background:rgba(0,0,0,.6)!important;backdrop-filter:blur(10px)!important}.video-actions,.video-controls{display:flex;gap:1rem;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap}.video-timer{font-size:1.5rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;min-width:80px}.video-prompt{text-align:center;padding:2rem 1.5rem}.video-prompt__icon{font-size:3rem;margin-bottom:1rem}.video-prompt__title{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.video-prompt__subtitle{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width:900px){.wizard__steps{grid-template-columns:1fr;gap:.85rem;width:100%}.wizard__step{min-height:unset;align-items:flex-start;gap:.85rem;width:100%;padding:1rem}.wizard__step-number{width:48px;height:48px;min-width:48px;min-height:48px;font-size:1.35rem}.wizard__step-copy{flex:1;min-width:0}.wizard__step-title{font-size:1rem}.wizard__step-desc{display:none}.wizard__step--active .wizard__step-desc{display:block;font-size:.9rem;margin-top:.35rem;color:var(--text-muted)}}@media (max-width:1023px){.wizard__steps{display:flex;flex-direction:column;gap:.75rem;padding:0}.wizard__steps:before{content:"";display:none}.wizard__step{flex:1;padding:.375rem;border-radius:8px;background:linear-gradient(135deg,rgba(15,23,42,.6),rgba(30,41,59,.4));border:2px solid rgba(148,163,184,.15);min-height:auto;display:flex;flex-direction:column;align-items:center;gap:.375rem}.wizard__step--active{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(14,165,233,.1));border-color:rgba(59,130,246,.4);box-shadow:0 4px 12px rgba(59,130,246,.2)}.wizard__step-number{width:32px;height:32px;font-size:1rem;background:linear-gradient(135deg,rgba(59,130,246,.3),rgba(14,165,233,.2));border:2px solid rgba(59,130,246,.5)}.wizard__step-copy{display:flex;flex-direction:column;align-items:center;gap:0}.wizard__step-title{font-size:.6875rem;text-align:center;line-height:1.2;margin:0}.wizard__step-desc{display:none}.wizard__header{display:flex;flex-direction:column;gap:1rem}.wizard__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.wizard__step-description{width:100%;text-align:center;font-size:.9375rem;color:var(--text-muted);padding:.75rem 1rem;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(14,165,233,.05));border:2px solid rgba(59,130,246,.25);border-radius:8px;line-height:1.4}.field{margin-bottom:1.5rem;padding:0;background:transparent;border:none;border-radius:0}.field label,.form__label{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#f1f5f9}.field input,.field select,.field textarea{min-height:48px;font-size:1rem;padding:.875rem 1rem;border-radius:8px}.wizard__footer .button{min-height:48px;font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600}.wizard__footer{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.wizard__footer .button{width:100%}.field-grid,.field-grid--three,.field-grid--two{display:flex!important;flex-direction:column!important;gap:1.5rem!important}.card{padding:1.75rem;border-radius:16px}.step-section{padding:0}.step-section>.field:last-child{margin-bottom:0}.step-section__title{font-size:1.125rem;margin-bottom:.5rem}.step-section__subtitle{font-size:.875rem}body{overflow-x:hidden}*{max-width:100vw}.custom-dropdown__item{min-height:44px;display:flex;align-items:center;padding:.75rem 1rem}.custom-dropdown{-webkit-overflow-scrolling:touch}.checkbox-option{min-height:44px;padding:.75rem 1rem}.checkbox-option input{width:20px;height:20px;flex-shrink:0}.form__input,.form__select,.form__textarea{min-height:48px;font-size:16px}.form__textarea{min-height:120px}.wizard__footer--sticky{padding-bottom:max(1.25rem,constant(safe-area-inset-bottom));padding:.875rem 1rem max(.875rem,env(safe-area-inset-bottom))}.button{min-height:48px;padding:.75rem 1.5rem}.photo-preview__remove{width:36px;height:36px;min-width:36px;min-height:36px}}@media (max-width:374px){.wizard__footer--sticky{padding:.75rem .875rem max(.75rem,env(safe-area-inset-bottom))}.button{font-size:.9375rem;padding:.75rem 1.25rem}.field-grid{gap:.75rem}}@media (max-width:719px){.field-grid--three,.field-grid--two{grid-template-columns:1fr;gap:1rem}}@media (max-width:1023px){body{font-size:15px;line-height:1.6}.form__label{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.form__error{font-size:.875rem;margin-top:.375rem}.wizard__step-title{font-size:1.0625rem}}.error-summary{background:rgba(248,113,113,.14);border:1px solid rgba(248,113,113,.45);border-radius:var(--radius-sm);padding:1rem;margin-bottom:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-summary__title{margin:0 0 .5rem;color:#fecaca;font-size:1rem;font-weight:600}.error-summary__list{margin:0;padding-left:1.25rem;color:#fecaca;list-style:disc}.error-summary__item{margin-bottom:.25rem}.error-summary__link{background:none;border:none;color:#fecaca;text-decoration:underline;cursor:pointer;padding:0;font:inherit;text-align:left}.error-summary__link:hover{color:#fff}.upload-progress{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.25);border-radius:var(--radius-sm);padding:1rem;margin:1rem 0}.upload-progress__title{color:#93c5fd;font-size:.9375rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.upload-progress__file{margin-bottom:.75rem}.upload-progress__file:last-child{margin-bottom:0}.upload-progress__file-name{font-size:.875rem;color:#e2e8f0;margin-bottom:.25rem;display:flex;justify-content:space-between;align-items:center}.upload-progress__file-percent{color:#93c5fd;font-weight:600}.upload-progress__bar-container{width:100%;height:6px;background:rgba(15,23,42,.6);border-radius:3px;overflow:hidden}.upload-progress__bar{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s ease}.upload-progress__spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(147,197,253,.3);border-top-color:#93c5fd;border-radius:50%;animation:spin .8s linear infinite}.floating-info-button{position:fixed;bottom:100px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;color:white;cursor:pointer;box-shadow:0 4px 12px rgba(59,130,246,.4),0 2px 6px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;z-index:40;transition:all .3s ease}.floating-info-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(59,130,246,.5),0 3px 8px rgba(0,0,0,.3)}.floating-info-button:active{transform:scale(.95)}@media (min-width:1024px){.floating-info-button{display:none}}@media (max-width:374px){.floating-info-button{width:48px;height:48px;bottom:90px;right:16px}.floating-info-button svg{width:20px;height:20px}}.bottom-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:50;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(2px)}.bottom-sheet-overlay--open{opacity:1}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:linear-gradient(180deg,#0f172a,#1e293b);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.4);z-index:51;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);overflow:hidden;display:flex;flex-direction:column}.bottom-sheet--open{transform:translateY(0)}.bottom-sheet__handle{width:40px;height:4px;background:rgba(148,163,184,.4);border-radius:2px;margin:12px auto 8px;flex-shrink:0}.bottom-sheet__header{padding:0 1.25rem 1rem;border-bottom:1px solid rgba(148,163,184,.1);flex-shrink:0}.bottom-sheet__title{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin:0}.bottom-sheet__content{flex:1;overflow-y:auto;padding:1.25rem;-webkit-overflow-scrolling:touch}.bottom-sheet__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(148,163,184,.1);border:none;color:#cbd5e1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bottom-sheet__close:hover{background:rgba(148,163,184,.2);color:#f1f5f9}.bottom-sheet__content{padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes progress{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}to{transform:translateX(-100%)}}