*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}



.aph-ord-des-new-pag-org {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f8fafc;
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}

/* ════════ TOP BAR ════════ */
.ahp-des-new-ord-top {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 0;
    z-index: 50;
}

.ahp-des-new-ord-top__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.ahp-des-new-ord-top__logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    box-shadow: 0 4px 12px -3px rgba(59, 130, 246, .4);
}

.ahp-des-new-ord-top__logo-name {
    font-size: 15px;
    font-weight: 700;
    color: #0a0e1a
}

.ahp-des-new-ord-top__logo-name em {
    color: #ff5722;
    font-style: normal
}

.ahp-des-new-ord-top__right {
    display: flex;
    align-items: center;
    gap: 8px
}

.ahp-des-new-ord-top__login {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 8px;
    transition: background .15s, color .15s;
}

.ahp-des-new-ord-top__login:hover {
    background: #f8fafc;
    color: #e64a19
}

.ahp-des-new-ord-top__chat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .2);
    padding: 7px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s;
}

.ahp-des-new-ord-top__chat:hover {
    background: rgba(16, 185, 129, .15)
}

.ahp-des-new-ord-top__chat svg {
    width: 14px;
    height: 14px
}

/* ════════ PAGE HEADER ════════ */
.ahp-des-new-ord-hero {
    background:
        radial-gradient(50% 60% at 90% 0%, rgba(255, 87, 34, .06), transparent 55%),
        radial-gradient(50% 50% at 0% 100%, rgba(59, 130, 246, .08), transparent 55%),
        linear-gradient(180deg, #eef4ff, #f8fafc);
    padding: 36px 24px 28px;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.ahp-des-new-ord-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.ahp-des-new-ord-hero__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1px;
    line-height: 1.1;
}

.ahp-des-new-ord-hero__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ahp-des-new-ord-hero__sub {
    font-size: 14.5px;
    color: #475569;
    margin-top: 6px;
}

.ahp-des-new-ord-hero__sub strong {
    color: #0a0e1a;
    font-weight: 600
}

/* Progress steps */
.ahp-des-new-ord-progress {
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08);
}

.ahp-des-new-ord-progress__step {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    cursor: pointer;
}

.ahp-des-new-ord-progress__step.is-active {
    color: #fff;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .45);
}

.ahp-des-new-ord-progress__step.is-done {
    color: #059669;
}

.ahp-des-new-ord-progress__step-num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0f5ff;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.ahp-des-new-ord-progress__step.is-active .ahp-des-new-ord-progress__step-num {
    background: rgba(255, 255, 255, .25);
    color: #fff;
}

.ahp-des-new-ord-progress__step.is-done .ahp-des-new-ord-progress__step-num {
    background: #10b981;
    color: #fff;
}

.ahp-des-new-ord-progress__step.is-done .ahp-des-new-ord-progress__step-num::before {
    content: '✓';
    font-size: 11px
}

.ahp-des-new-ord-progress__step.is-done .ahp-des-new-ord-progress__step-num-txt {
    display: none
}

/* ════════ MAIN GRID ════════ */
.ahp-des-new-ord-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 24px 80px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
}

@media (max-width:960px) {
    .ahp-des-new-ord-main {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px 60px
    }
}

/* ════════ FORM CARD ════════ */
.ahp-des-new-ord-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 24px -12px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.ahp-des-new-ord-form-card__head {
    padding: 22px 28px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #fafbff, #fff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.ahp-des-new-ord-step-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ahp-des-new-ord-step-info__num {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .45);
}

.ahp-des-new-ord-step-info__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.4px;
    line-height: 1.2;
}

.ahp-des-new-ord-step-info__sub {
    font-size: 12.5px;
    color: #64748b;
    margin-top: 2px;
}

.ahp-des-new-ord-step-counter {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 100px;
}

/* Step bodies — show one at a time via hidden radio inputs */
.ahp-des-new-ord-step-toggle {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

.ahp-des-new-ord-step-body {
    display: none;
    padding: 24px 28px 28px
}

#ahp-des-new-ord-step-1:checked~.ahp-des-new-ord-main .ahp-des-new-ord-step-body--1 {
    display: block
}

#ahp-des-new-ord-step-2:checked~.ahp-des-new-ord-main .ahp-des-new-ord-step-body--2 {
    display: block
}

#ahp-des-new-ord-step-3:checked~.ahp-des-new-ord-main .ahp-des-new-ord-step-body--3 {
    display: block
}

/* Default: step 1 if nothing checked (fallback) */
body:not(:has(.ahp-des-new-ord-step-toggle:checked)) .ahp-des-new-ord-step-body--1 {
    display: block
}

/* Form fields */
.ahp-des-new-ord-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 14px;
}

.ahp-des-new-ord-row--3 {
    grid-template-columns: 1fr 1fr 1fr
}

.ahp-des-new-ord-row--full {
    grid-template-columns: 1fr
}

@media (max-width:600px) {

    .ahp-des-new-ord-row,
    .ahp-des-new-ord-row--3 {
        grid-template-columns: 1fr
    }
}

.ahp-des-new-ord-field {
    position: relative
}

.ahp-des-new-ord-field-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ahp-des-new-ord-field-label svg {
    width: 13px;
    height: 13px;
    color: #e64a19
}

.ahp-des-new-ord-field-label .req {
    color: #ff5722;
    font-weight: 800
}

.ahp-des-new-ord-field-label .hint {
    margin-left: auto;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #64748b;
    text-transform: none;
}

.ahp-des-new-ord-input,
.ahp-des-new-ord-select,
.ahp-des-new-ord-textarea {
    width: 100%;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #0a0e1a;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 13px 16px;
    transition: border-color .15s, box-shadow .15s;
    appearance: none;
    -webkit-appearance: none;
}

.ahp-des-new-ord-textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.55;
}

.ahp-des-new-ord-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c7a99' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.ahp-des-new-ord-input:focus,
.ahp-des-new-ord-select:focus,
.ahp-des-new-ord-textarea:focus {
    outline: none;
    border-color: #ff5722;
    box-shadow: 0 0 0 3px rgba(255, 87, 34, .12);
}

.ahp-des-new-ord-input::placeholder,
.ahp-des-new-ord-textarea::placeholder {
    color: #9ca6c2
}

/* Deadline — visual chip selector */
.ahp-des-new-ord-chips {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

@media (max-width:760px) {
    .ahp-des-new-ord-chips {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:520px) {
    .ahp-des-new-ord-chips {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* Custom date/time slide-down panel */
.ahp-des-new-ord-custom-date {
    display: none;
    margin-top: 10px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #fff5f1, #fff);
    border: 1.5px solid rgba(255, 87, 34, .25);
    border-radius: 10px;
    animation: ahp-des-new-ord-fade-in .25s ease;
}

@keyframes ahp-des-new-ord-fade-in {
    from {
        opacity: 0;
        transform: translateY(-4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Show when the Custom radio is checked */
#ahp-des-new-ord-dl-custom:checked~.ahp-des-new-ord-chips~.ahp-des-new-ord-custom-date,
.ahp-des-new-ord-chips:has(#ahp-des-new-ord-dl-custom:checked)~.ahp-des-new-ord-custom-date {
    display: block;
}

.ahp-des-new-ord-custom-date__head {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #e64a19;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ahp-des-new-ord-custom-date__head svg {
    width: 13px;
    height: 13px
}

.ahp-des-new-ord-custom-date input[type="datetime-local"] {
    width: 100%;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #0a0e1a;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    padding: 11px 14px;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
}

.ahp-des-new-ord-custom-date input[type="datetime-local"]:focus {
    outline: none;
    border-color: #ff5722;
    box-shadow: 0 0 0 3px rgba(255, 87, 34, .12);
}

.ahp-des-new-ord-custom-date__hint {
    font-size: 11.5px;
    color: #64748b;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ahp-des-new-ord-custom-date__hint svg {
    width: 11px;
    height: 11px;
    color: #10b981
}

.ahp-des-new-ord-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ahp-des-new-ord-chip label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 11px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all .15s;
    text-align: center;
    line-height: 1.2;
}

.ahp-des-new-ord-chip label small {
    display: block;
    font-size: 10.5px;
    font-weight: 500;
    color: #64748b;
    letter-spacing: .02em;
    margin-top: 1px;
}

.ahp-des-new-ord-chip input:checked+label {
    border-color: #ff5722;
    background: #fff5f1;
    color: #e64a19;
    box-shadow: 0 4px 12px -4px rgba(255, 87, 34, .3);
}

.ahp-des-new-ord-chip input:checked+label small {
    color: #e64a19
}

.ahp-des-new-ord-chip label:hover {
    border-color: rgba(255, 87, 34, .4);
    color: #0f172a;
}

/* Page count slider */
.ahp-des-new-ord-pages {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
}

.ahp-des-new-ord-pages__display {
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 120px;
}

.ahp-des-new-ord-pages__num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    color: #e64a19;
    letter-spacing: -1px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.ahp-des-new-ord-pages__lbl {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.ahp-des-new-ord-pages__words {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 3px 8px;
    border-radius: 100px;
    margin-left: 6px;
}

.ahp-des-new-ord-range {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff5722 0%, #ff5722 var(--val, 15%), #e2e8f0 var(--val, 15%), #e2e8f0 100%);
    cursor: pointer;
    outline: none;
}

.ahp-des-new-ord-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff5722;
    box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .4);
    cursor: grab;
    transition: transform .12s;
}

.ahp-des-new-ord-range::-webkit-slider-thumb:active {
    transform: scale(1.1);
    cursor: grabbing;
}

.ahp-des-new-ord-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff5722;
    box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .4);
    cursor: grab;
}

/* File upload zone */
.ahp-des-new-ord-upload {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 20px;
    background: linear-gradient(135deg, #fafbff, #fff);
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}

.ahp-des-new-ord-upload:hover,
.ahp-des-new-ord-upload.is-drag {
    border-color: #ff5722;
    background: #fff5f1;
}

.ahp-des-new-ord-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.ahp-des-new-ord-upload__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff5f1, rgba(255, 87, 34, .04));
    border: 1px solid rgba(255, 87, 34, .2);
    color: #e64a19;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}

.ahp-des-new-ord-upload:hover .ahp-des-new-ord-upload__icon {
    transform: translateY(-2px)
}

.ahp-des-new-ord-upload__icon svg {
    width: 22px;
    height: 22px
}

.ahp-des-new-ord-upload__title {
    font-size: 14.5px;
    font-weight: 600;
    color: #0a0e1a;
}

.ahp-des-new-ord-upload__title strong {
    color: #e64a19
}

.ahp-des-new-ord-upload__sub {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* Coupon row */
.ahp-des-new-ord-coupon {
    display: flex;
    gap: 8px;
}

.ahp-des-new-ord-coupon .ahp-des-new-ord-input {
    flex: 1
}

.ahp-des-new-ord-coupon button {
    flex-shrink: 0;
    padding: 0 18px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1.5px solid rgba(255, 87, 34, .25);
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s;
}

.ahp-des-new-ord-coupon button:hover {
    background: #ff5722;
    color: #fff;
    border-color: #ff5722;
}

/* Step navigation */
.ahp-des-new-ord-step-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.ahp-des-new-ord-step-nav .ahp-des-new-ord-spacer {
    flex: 1
}

.ahp-des-new-ord-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 13px 22px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: all .15s;
}

.ahp-des-new-ord-btn-prev {
    color: #475569;
    background: transparent;
    border: 1.5px solid #e2e8f0;
}

.ahp-des-new-ord-btn-prev:hover {
    background: #f8fafc;
    color: #0f172a
}

.ahp-des-new-ord-btn-next,
.ahp-des-new-ord-btn-submit {
    color: #fff;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 6px 18px -4px rgba(255, 87, 34, .45);
}

.ahp-des-new-ord-btn-next:hover,
.ahp-des-new-ord-btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -4px rgba(255, 87, 34, .6);
}

.ahp-des-new-ord-btn svg {
    width: 14px;
    height: 14px
}

/* ════════ SUMMARY SIDEBAR ════════ */
.ahp-des-new-ord-summary {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width:960px) {
    .ahp-des-new-ord-summary {
        position: static
    }
}

.ahp-des-new-ord-summary-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.ahp-des-new-ord-summary-card__head {
    padding: 16px 20px;
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.ahp-des-new-ord-summary-card__head::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 87, 34, .18), transparent 65%);
    pointer-events: none;
}

.ahp-des-new-ord-summary-card__head-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.3px;
    position: relative;
}

.ahp-des-new-ord-summary-card__head-pill {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .04em;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 3px 9px;
    border-radius: 100px;
    position: relative;
}

.ahp-des-new-ord-summary-rows {
    padding: 6px 0
}

.ahp-des-new-ord-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f1f5f9;
}

.ahp-des-new-ord-summary-row:last-of-type {
    border-bottom: none
}

.ahp-des-new-ord-summary-row__lbl {
    color: #64748b;
    font-weight: 500;
}

.ahp-des-new-ord-summary-row__val {
    color: #0a0e1a;
    font-weight: 600;
    text-align: right;
}

.ahp-des-new-ord-summary-row__val--empty {
    color: #64748b;
    font-weight: 500;
    font-style: italic
}

.ahp-des-new-ord-summary-total {
    padding: 16px 20px;
    background: linear-gradient(135deg, #fff5f1, #fff);
    border-top: 1px solid #f1f5f9;
}

.ahp-des-new-ord-summary-total__inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ahp-des-new-ord-summary-total__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .4);
}

.ahp-des-new-ord-summary-total__icon svg {
    width: 18px;
    height: 18px
}

.ahp-des-new-ord-summary-total__title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    line-height: 1.2;
    margin-bottom: 3px;
}

.ahp-des-new-ord-summary-total__sub {
    font-size: 11.5px;
    color: #475569;
    line-height: 1.4;
}

/* Trust card */
.ahp-des-new-ord-trust-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08);
}

.ahp-des-new-ord-trust-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.ahp-des-new-ord-trust-card__head::before {
    content: '';
    width: 14px;
    height: 2px;
    background: linear-gradient(90deg, #10b981, transparent);
    border-radius: 2px;
}

.ahp-des-new-ord-trust-card__row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 0;
    font-size: 12.5px;
    color: #475569;
}

.ahp-des-new-ord-trust-card__row svg {
    width: 14px;
    height: 14px;
    color: #10b981;
    flex-shrink: 0
}

.ahp-des-new-ord-trust-card__row strong {
    color: #0a0e1a;
    font-weight: 600
}

/* Help card */
.ahp-des-new-ord-help-card {
    background: linear-gradient(135deg, rgba(16, 185, 129, .06), rgba(5, 150, 105, .02));
    border: 1px solid rgba(16, 185, 129, .2);
    border-radius: 14px;
    padding: 16px 18px;
}

.ahp-des-new-ord-help-card__title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    margin-bottom: 6px;
}

.ahp-des-new-ord-help-card__sub {
    font-size: 12.5px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ahp-des-new-ord-help-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    background: #10b981;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s;
}

.ahp-des-new-ord-help-card__btn:hover {
    background: #059669
}

.ahp-des-new-ord-help-card__btn svg {
    width: 13px;
    height: 13px
}

/* Mobile: progress steps shrink */
@media (max-width:720px) {
    .ahp-des-new-ord-hero {
        padding: 28px 16px 24px
    }

    .ahp-des-new-ord-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px
    }

    .ahp-des-new-ord-progress {
        align-self: stretch;
        justify-content: space-between
    }

    .ahp-des-new-ord-progress__step {
        padding: 6px 8px;
        font-size: 11.5px
    }

    .ahp-des-new-ord-progress__step-num {
        width: 18px;
        height: 18px;
        font-size: 10px
    }

    .ahp-des-new-ord-progress__step-txt {
        display: none
    }

    .ahp-des-new-ord-progress__step.is-active .ahp-des-new-ord-progress__step-txt {
        display: inline
    }

    .ahp-des-new-ord-form-card__head {
        padding: 18px 22px 14px
    }

    .ahp-des-new-ord-step-body {
        padding: 20px 22px 22px
    }

    .ahp-des-new-ord-hero__title {
        font-size: 26px
    }
}

/* ════════ QUICK QUOTE ════════ */
.ahp-des-new-ord-quick {
    margin: 8px 0 18px
}

.ahp-des-new-ord-quick__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.ahp-des-new-ord-quick__divider {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.ahp-des-new-ord-quick__or {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    color: #64748b;
    text-transform: uppercase;
}

.ahp-des-new-ord-quick__sub {
    font-size: 13px;
    color: #475569;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.5;
}

.ahp-des-new-ord-quick__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width:600px) {
    .ahp-des-new-ord-quick__grid {
        grid-template-columns: 1fr
    }
}

.ahp-des-new-ord-quick__card {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: all .15s;
}

.ahp-des-new-ord-quick__card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 87, 34, .35);
    box-shadow: 0 8px 18px -8px rgba(15, 23, 42, .15);
}

.ahp-des-new-ord-quick__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform .2s;
}

.ahp-des-new-ord-quick__card:hover .ahp-des-new-ord-quick__icon {
    transform: scale(1.05)
}

.ahp-des-new-ord-quick__icon svg {
    width: 17px;
    height: 17px
}

.ahp-des-new-ord-quick__card--wa .ahp-des-new-ord-quick__icon {
    background: linear-gradient(135deg, #25d366, #1da851);
    box-shadow: 0 4px 10px -3px rgba(37, 211, 102, .45);
}

.ahp-des-new-ord-quick__card--chat .ahp-des-new-ord-quick__icon {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    box-shadow: 0 4px 10px -3px rgba(59, 130, 246, .45);
}

.ahp-des-new-ord-quick__card--call .ahp-des-new-ord-quick__icon {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .45);
}

.ahp-des-new-ord-quick__txt {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.ahp-des-new-ord-quick__title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    line-height: 1.2;
}

.ahp-des-new-ord-quick__sub-line {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
}

.d-none {
    display: none !important;
}

.progress-container {
    width: 100%;
    max-width: 500px;
    height: 16px;
    /* Slightly taller to fit text comfortably */
    background-color: #e5e7eb;
    border-radius: 100px;
    padding: 2px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: small;
}

.progress-bar {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #6366f1, #a855f7);

    /* Flexbox magic to push text to the right */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.progress-text {
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    padding-right: 8px;
    /* Keeps the text from hitting the very edge */
}

/* Shifting gradient animation */
@keyframes move-gradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

span.icons.d-flex.align-items-center {
    float: right;
}

.fa.fa-check.px-2 {
    padding-right: 0.8rem;
}

div#fileList {
    padding: 0.5rem;
}

div#fileList .row {
    line-height: 1.5rem;
}

#ahp-des-new-ord-coupon {
    text-transform: uppercase;
}

input#datetimepicker1 {
    /* width: 100%; */
    border: 1.5px solid #d8e0f5;
    border-radius: 10px;
    padding: 10px 14px;
    transition: border-color .15s, box-shadow .15s;
    appearance: none;
    -webkit-appearance: none;
}