:root{--order-blue:#1261a6;--order-blue-dark:#0b477c;--order-bg:#f3f7fb;--order-ink:#162238;--order-muted:#64748b;--order-line:#dce5ef;--order-danger:#b42318;--order-success:#067647;--order-warning:#94520a}*{box-sizing:border-box}.order-page{margin:0;background:var(--order-bg);color:var(--order-ink);font-family:Inter,Segoe UI,Arial,sans-serif}.order-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:#fff;border-bottom:1px solid var(--order-line)}.order-logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;color:var(--order-ink)}.order-logo span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--order-blue);color:#fff}.secure-note{font-size:13px;color:var(--order-muted);font-weight:700}.order-container{max-width:1180px;margin:0 auto;padding:44px 24px 80px}.order-intro{max-width:720px;margin-bottom:28px}.order-eyebrow,.summary-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:850;color:var(--order-blue)}.order-intro h1{font-size:42px;letter-spacing:-.035em;margin:8px 0 12px}.order-intro p{margin:0;color:var(--order-muted);line-height:1.65}.order-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.order-main{display:grid;gap:18px}.order-card,.summary-card{background:#fff;border:1px solid var(--order-line);border-radius:17px;box-shadow:0 4px 18px rgba(15,46,75,.05)}.order-card{padding:25px}.section-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.section-heading>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#e8f2fb;color:var(--order-blue);font-weight:850}.section-heading h2{font-size:21px;margin:2px 0 4px}.section-heading p{margin:0;color:var(--order-muted);font-size:14px}.form-grid{display:grid;gap:17px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.package-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.form-field{display:grid;gap:7px}.form-field.full{grid-column:1/-1}.form-field>span{font-size:13px;font-weight:750}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--order-line);border-radius:9px;background:#fff;padding:11px 12px;font:inherit;color:var(--order-ink)}.form-field input,.form-field select{min-height:44px}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:3px solid rgba(18,97,166,.13);border-color:var(--order-blue)}.form-field small{font-size:12px;color:var(--order-muted)}.field-error{display:block;color:var(--order-danger);font-size:12px;font-weight:700}.separated{border-top:1px solid var(--order-line);margin-top:18px;padding-top:18px}.size-status{margin-top:14px;padding:11px 13px;border-radius:9px;background:#f8fafc;color:var(--order-muted);font-size:13px;font-weight:650}.size-status.valid{background:#ecfdf3;color:var(--order-success)}.size-status.invalid{background:#fef3f2;color:var(--order-danger)}.consent-card{padding:19px 24px}.check-field{display:flex;align-items:flex-start;gap:11px;line-height:1.5;font-size:14px}.check-field input{margin-top:4px}.order-summary{position:sticky;top:22px;display:grid;gap:14px}.summary-card{padding:25px}.summary-card h2{font-size:20px;margin:8px 0 10px}.summary-price{font-size:36px;line-height:1.15;font-weight:900;color:var(--order-blue-dark);margin-bottom:22px}.summary-rows{display:grid;gap:12px;padding:16px 0;border-top:1px solid var(--order-line);border-bottom:1px solid var(--order-line)}.summary-rows div{display:flex;justify-content:space-between;gap:12px}.summary-rows span{color:var(--order-muted)}.summary-note{font-size:12px;line-height:1.55;color:var(--order-muted)}.submit-order{width:100%;min-height:50px;border:0;border-radius:10px;background:var(--order-blue);color:#fff;font:inherit;font-weight:850;cursor:pointer}.submit-order:hover{background:var(--order-blue-dark)}.submit-order:disabled{opacity:.55;cursor:not-allowed}.summary-security{margin-top:12px;text-align:center;color:var(--order-muted);font-size:11px}.order-alert{display:grid;gap:5px;padding:14px 16px;border:1px solid;border-radius:11px;margin-bottom:18px;font-size:14px}.order-alert-error{background:#fef3f2;border-color:#fecdca;color:#912018}.order-alert-warning{background:#fffaeb;border-color:#fedf89;color:var(--order-warning)}.order-alert.compact{margin:0}.success-page{min-height:100vh;display:grid;place-items:center;padding:30px}.success-wrap{width:min(680px,100%);background:#fff;border:1px solid var(--order-line);border-radius:22px;padding:42px;text-align:center;box-shadow:0 20px 50px rgba(15,46,75,.12)}.success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;background:#dcfae6;color:var(--order-success);font-size:34px;font-weight:900}.success-wrap h1{font-size:35px;margin:10px 0}.order-number{display:inline-block;padding:11px 16px;border-radius:9px;background:#eef5fb;color:var(--order-blue-dark);font-size:20px;font-weight:900;letter-spacing:.04em}.success-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0;text-align:left}.success-summary div{padding:14px;border-radius:10px;background:#f8fafc}.success-summary span{display:block;color:var(--order-muted);font-size:12px;margin-bottom:4px}.link-button{display:inline-flex;text-decoration:none;width:auto;padding:0 22px;align-items:center;justify-content:center}@media(max-width:950px){.order-grid{grid-template-columns:1fr}.order-summary{position:static}.package-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.order-topbar{padding:14px 18px;height:auto}.secure-note{display:none}.order-container{padding:30px 16px 60px}.order-intro h1{font-size:34px}.order-card{padding:20px}.two-columns,.package-grid{grid-template-columns:1fr}.success-wrap{padding:28px 20px}.success-summary{grid-template-columns:1fr}}

.order-alert-info{background:#eef7ff;border-color:#b9d8ef;color:#174d76}.inline-info{margin:0 0 22px;display:grid;gap:5px}.inline-info strong{color:#0b477c}.inline-info span{line-height:1.55}


/* v0.14.0 – mobil és telefonszám mező */
.form-field input:invalid:not(:placeholder-shown){border-color:#f0a9a4}.form-field small{line-height:1.45}
@media(max-width:620px){.order-logo{font-size:14px}.order-intro{margin-bottom:20px}.order-intro h1{font-size:31px}.section-heading{gap:11px}.section-heading h2{font-size:19px}.order-card,.summary-card{border-radius:14px}.order-summary{gap:12px}.summary-card{padding:21px}.submit-order{min-height:52px}.form-field input,.form-field select,.form-field textarea{font-size:16px}}

/* v0.15.1 – kupon előnézet és pontosabb hibajelzés */
.validation-summary ul{margin:10px 0 0;padding-left:20px}.validation-summary li{margin:4px 0}.coupon-valid{color:#067647!important;font-weight:700}.coupon-invalid{color:#b42318!important;font-weight:700}.coupon-loading{color:#175cd3!important;font-weight:700}#discount-row strong{color:#067647}
