:root{--background-main: #f3f4f6;--background-card: #ffffff;--text-main: #253046;--text-muted: #6c778d;--accent-main: #0f53b8;--accent-strong: #0c4394;--border-light: #dde2ea;--success: #22b573;--warning-bg: #eaf2fe}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;font-family:DM Sans,Segoe UI,Tahoma,sans-serif;color:var(--text-main);background:var(--background-main)}.container{width:min(760px,92vw);margin:0 auto}.site-header{border-bottom:1px solid var(--border-light);background:#fff}.header-layout{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0}.header-brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.brand-logo{height:44px;width:auto;max-width:160px}.brand-text{display:grid;gap:2px;min-width:0}.brand-main-title,.brand-sub-title{margin:0;line-height:1.2}.brand-main-title{color:#0f53b8;font-size:clamp(.78rem,.6rem + 2vw,1.05rem);font-weight:800;line-height:1.2}.brand-sub-title{color:#65708a;font-size:clamp(.58rem,.5rem + 1vw,.73rem);font-weight:400}.language-switch{display:flex;gap:0;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;flex-shrink:0}.main-layout{padding:28px 0 90px;display:grid;gap:20px}.progress-card,.card{background:var(--background-card);border:1px solid var(--border-light);border-radius:12px;padding:14px 18px;box-shadow:0 2px 8px #1f2e4b1a}.progress-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#2c3a55;font-size:.8rem}.step-label,.step-percent{margin:0}.progress-track{margin-top:8px;height:7px;border-radius:999px;background:#e4e8ef;overflow:hidden}.progress-value{width:33%;height:100%;background:var(--accent-main);transition:width .22s ease}.status-card{text-align:center;padding:30px 22px 20px}.status-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#ffe8bb;color:#d09000;font-weight:700}.status-title{margin:0;font-size:clamp(1rem,.82rem + 2vw,1.55rem);font-weight:800;letter-spacing:-.01em}.amount-box{max-width:260px;margin:18px auto;border:1px solid #d6e0ee;border-radius:10px;background:#eaf0f8;padding:12px}.refund-label{margin:0;color:#5377a8;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase}.refund-value{margin:6px 0 0;color:var(--accent-main);font-weight:900;font-size:clamp(1.7rem,1.4rem + 1.5vw,2.6rem)}.status-description{margin:0;color:#44628f;line-height:1.4;font-size:.74rem}.info-box,.secure-box{border-radius:9px;background:var(--warning-bg);padding:12px 14px;border:1px solid #d6e4fb;font-size:.88rem;text-align:left;display:flex;align-items:flex-start;gap:10px}.box-icon{flex-shrink:0;margin-top:1px;display:block}.box-icon svg{display:block}.secure-title{margin:0 0 3px;font-weight:700;font-size:.88rem;color:#253046}.secure-desc{margin:0;color:#44628f;font-size:.82rem;line-height:1.4}.timeline-card{padding:26px 18px 18px;position:relative}.timeline-line{position:absolute;left:74px;right:74px;top:40px;height:4px;background:#d8dee8}.timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.timeline-item{text-align:left}.step-circle{width:35px;height:35px;border-radius:50%;border:2px solid #d8dee8;background:#f8fafc;color:#6f7b90;display:inline-grid;place-items:center;font-weight:700;position:relative;z-index:1}.step-circle-active{border-color:var(--accent-main);background:var(--accent-main);color:#fff;box-shadow:0 0 0 3px #d7e6fd}.timeline-title{margin:11px 0 2px;font-size:.92rem;font-weight:800}.timeline-subtitle{margin:0;color:var(--text-muted);font-size:.78rem}.button{display:inline-flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:10px 14px;font-size:.82rem;font-weight:700;cursor:pointer}.button img{width:18px;height:18px}.button-primary{color:#fff;background:var(--accent-main);border-color:#0a469d}.button-primary:hover{background:var(--accent-strong)}.button-primary:disabled{background:#96b5e1;border-color:#90aed9;cursor:not-allowed}.button-secondary{border:0;border-radius:0;padding:8px 10px;min-width:34px;color:#5e687b;background:#fff}.button-secondary[aria-pressed=true]{color:#1c2a44;background:#eff2f7}.button-text{color:#2b3a56;border-color:transparent;background:transparent;padding-left:0}.button-light{color:#2b3a56;border-color:#e6ebf3;background:#f8fafc}.actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:10px}#backButton{margin-right:auto}.details-card,.confirmation-card{padding:22px}.form-section-title{margin:0 0 12px;font-size:1rem;font-weight:700;display:flex;align-items:center;gap:10px}.form-section-title:before{content:attr(data-num);display:inline-grid;place-items:center;width:26px;height:26px;min-width:26px;border-radius:50%;background:var(--accent-main);color:#fff;font-size:.82rem;font-weight:700}#refundForm .form-section-title,#refundForm .secure-box{grid-column:1 / -1}#refundForm .form-section-title:not(:first-child){margin-top:10px}#refundForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.form-row{display:grid;gap:6px}.form-row-half{grid-column:span 1}.form-row-full{grid-column:1 / -1}.form-row label{color:#36435d;font-size:.78rem;font-weight:700}.form-row input,.form-row select{width:100%;height:38px;border:1px solid #d6dde8;border-radius:7px;padding:0 10px;font:inherit;font-size:.8rem;background-color:#fff;box-sizing:border-box}.form-row select{cursor:pointer}.form-row input:focus,.form-row select:focus{outline:2px solid #c4dafb;border-color:#84afe8}.form-row input:invalid:focus,.form-row select:invalid:focus{outline-color:#f1c2c2;border-color:#d48787}.form-row input.input-error,.form-row select.input-error{border-color:#d94f4f;outline:2px solid #f1c2c2}.field-error-msg{margin:0;font-size:.72rem;color:#c0392b;line-height:1.4}.field-error-msg code{font-family:inherit;font-weight:700}.summary-box{margin-top:16px;border:1px solid var(--border-light);border-radius:12px;background:#fff;overflow:hidden}.summary-topbar{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:12px 16px;background:#f3f6fb;border-bottom:1px solid var(--border-light);flex-wrap:wrap}.summary-title{font-size:.82rem;font-weight:800;color:var(--text-main);text-transform:uppercase;letter-spacing:.04em}.summary-date{font-size:.75rem;color:var(--text-muted)}.summary-section{padding:14px 16px 10px}.summary-section-label{margin:0 0 10px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-main);display:flex;align-items:center;gap:5px}.summary-rows{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 12px}.summary-row{display:flex;flex-direction:column;gap:2px}.summary-row-full{grid-column:1 / -1}.s-label{font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8494ae}.s-value{font-size:.84rem;color:var(--text-main);font-weight:500;word-break:break-word}.s-card{font-family:Courier New,monospace;font-size:.9rem;font-weight:700;letter-spacing:.12em;color:var(--accent-strong);background:#eef4ff;border:1px solid #c4d9f7;border-radius:6px;padding:3px 8px;display:inline-block}.summary-divider{height:1px;background:var(--border-light);margin:0 16px}.confirm-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:4px}.confirm-check-circle{flex-shrink:0;width:44px;height:44px;min-width:44px;border-radius:50%;background:var(--success);display:flex;align-items:center;justify-content:center}.confirm-title{margin:0 0 4px;font-size:clamp(.95rem,.8rem + 1.5vw,1.3rem);font-weight:800;color:var(--text-main)}.confirm-desc{margin:0;font-size:.78rem;color:#44628f;line-height:1.5}.reference-box{margin-top:16px;border:1px solid #ccdbf5;border-radius:10px;background:#e9f1ff;text-align:center;padding:12px}.reference-label{margin:0;font-size:.78rem;color:#5a75a4;text-transform:uppercase;letter-spacing:.04em}.reference-value{margin:6px 0 0;font-size:2rem;color:var(--accent-main);font-weight:800}.summary-actions{display:flex;justify-content:center;gap:10px;margin-top:16px}.site-footer{margin-top:22px;border-top:1px solid var(--border-light);background:#f8f9fb}.footer-layout{display:grid;gap:0;padding:14px 0 20px;text-align:center}.footer-top{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 16px;padding-bottom:10px}.footer-bottom{text-align:center;border-top:1px solid var(--border-light);padding-top:10px;margin-top:4px}.footer-bottom p{font-size:.68rem;color:var(--text-muted)}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.trust-items p,.footer-layout p{margin:0;color:var(--text-muted);font-size:.75rem}.trust-items img{background:none;width:14px;height:14px;display:inline-block}.trust-items p{display:inline-flex;align-items:center;gap:6px}@media(max-width:720px){#refundForm{grid-template-columns:1fr}.form-row-half,.form-row-full{grid-column:1}.timeline-line{left:30px;right:30px}.summary-grid,.summary-rows{grid-template-columns:1fr}.confirm-header{gap:10px}.actions-bar{flex-wrap:wrap;gap:10px;justify-content:center}#nextStepButton{order:1;width:80%;justify-content:center}#backButton{order:2;margin-right:0}.timeline-subtitle{display:none}}@media(max-width:480px){.footer-top{gap:8px}}@media(max-width:500px){.header-layout{flex-wrap:wrap;padding:12px 0 10px;gap:8px}.header-brand{width:100%}.language-switch{margin:0 auto}.brand-logo{height:38px;max-width:130px}}@media(max-width:290px){.header-layout{flex-direction:column;align-items:flex-start}.brand-logo{height:36px;max-width:36px}.timeline-line{left:34px;right:34px}}
