/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE COMMERCIAL QUOTE ACQUISITION SYSTEM
   ========================================================================== */
.mwt-full-quote-portal-sec {
    position: relative;
    width: 100%;
    padding:30px;
    overflow: hidden;
    background: #ffffff; /* 100% Solid Pure Corporate White Base Canvas Space */
    border-bottom: 1px solid #f1f5f9;
}

/* 100% Screen Stretch Fluid Edge Container */
.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; 
    margin: 0 auto;
}

/* --- FLEX MASTER ROW INFRASTRUCTURE --- */
.mwt-full-flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.mwt-full-flex-col {
    width: 50%;
}

/* --- LEFT COLUMN: BRANDING & PIPELINE STEPPER --- */
.quote-branding-left {
    padding-right: 70px;
    text-align: left;
    position: sticky;
    top: 40px;
}

.mwt-luxury-tag {
    display: inline-flex;
    align-items: center;
    background: #F4F7FF; /* Smooth minimalist soft light blue backdrop matched from global assets */
    border: 1px solid rgba(11, 49, 103, 0.08);
    color: #0b3167;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.mwt-luxury-title {
    color: #0b3167; 
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.mwt-gradient-orange { color: #ff9f1c; }

.mwt-luxury-desc {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 45px;
}

/* Vertical Linear Milestones Stepper Pipeline */
.mwt-quote-pipeline-vertical {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    position: relative;
}

.mwt-pipeline-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.mwt-step-number-node {
    font-family: monospace;
    font-size: 15px;
    font-weight: 900;
    color: #0b3167;
    background: #F4F7FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(11, 49, 103, 0.04);
}

.mwt-step-text-node {
    text-align: left;
}

.mwt-step-text-node h3 {
    color: #0b3167;
    font-size: 16px;
    font-weight: 850;
    margin: 0 0 4px 0;
    letter-spacing: 1px;
}

.mwt-step-text-node p {
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}

/* --- RIGHT COLUMN: PREMIUM LEAD CAPTURE ENGINE CARD --- */
.quote-form-dock-right {
    display: flex;
    justify-content: flex-end;
}

.mwt-premium-quote-form-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px; /* Fluid rounded custom modern curves layout corner edge radius */
    padding: clamp(30px, 4.5vw, 50px);
    box-shadow: 0 4px 25px rgba(11, 49, 103, 0.012);
    width: 100%;
    /* max-width: 580px; */
}

#mwt-quote-submission-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mwt-quote-form-grid-twins {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 50% split parallel input grids block row blueprints */
    gap: 20px;
    width: 100%;
}

.mwt-quote-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    text-align: left;
}

.mwt-quote-input-group label {
    color: #0b3167;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.mwt-quote-select option {
    color: #0b3167;
    font-weight: 600;
}

.mwt-quote-input-group label span {
    color: #ff9f1c;
}

.mwt-quote-field-housing {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mwt-quote-field-housing i {
    position: absolute;
    left: 18px;
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.3s ease;
    z-index: 5;
}

.mwt-quote-field-housing input,
.mwt-quote-field-housing select,
.mwt-quote-field-housing textarea {
    width: 100%;
    padding: 14px 20px 14px 46px; /* Offsets padding bounds to secure room for vector icon fields */
    background: #f8fafc; /* High-tech minimalist soft grey inset backing track */
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #0b3167;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s;
}

.mwt-quote-field-housing select {
    cursor: pointer;
    appearance: none; /* Strip standard browser down-arrow dropdown structures natively */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%230b3167' d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px;
    padding-right: 40px;
}

.mwt-quote-field-housing textarea {
    resize: none;
    line-height: 1.6;
}

.alignment-textarea i { top: 18px; }

/* Inset Expanding Underline Focus Laser Mechanics */
.mwt-quote-focus-laser {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff9f1c; /* Maps active focus highlights directly onto brand orange orange lines */
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 10;
}

.mwt-quote-field-housing input:focus,
.mwt-quote-field-housing select:focus,
.mwt-quote-field-housing textarea:focus {
    background: #ffffff;
    border-color: rgba(226, 232, 240, 0.1);
}

.mwt-quote-field-housing input:focus ~ .mwt-quote-focus-laser,
.mwt-quote-field-housing select:focus ~ .mwt-quote-focus-laser,
.mwt-quote-field-housing textarea:focus ~ .mwt-quote-focus-laser {
    width: 100%;
    left: 0;
}

.mwt-quote-field-housing input:focus + i,
.mwt-quote-field-housing select:focus + i,
.mwt-quote-field-housing textarea:focus + i {
    color: #ff9f1c;
}

/* --- TIMELINE TOGGLE CAPSULES MATRIX DECK --- */
.mwt-quote-capsule-matrix-deck {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns uniform expansion row for capsule node labels */
    gap: 10px;
    width: 100%;
}

.mwt-quote-pill-node {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.mwt-quote-pill-node input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mwt-quote-pill-node span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 10px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 30px; /* Minimal modern capsule configuration shell */
    color: #0b3167;
    font-size: 12.5px;
    font-weight: 800;
    text-align: center;
    transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

/* Checked Interactive Activated Capsule settings */
.mwt-quote-pill-node input:checked + span {
    background: rgba(255, 159, 28, 0.05);
    border-color: #ff9f1c;
    color: #ff9f1c;
    box-shadow: 0 4px 12px rgba(255, 159, 28, 0.08);
}

/* Submit secure gate trigger action button */
.mwt-quote-action-gate {
    width: 100%;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwt-quote-submit-trigger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    padding: 16px 30px;
    background: #0b3167;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(11, 49, 103, 0.15);
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s, color 0.3s;
}

.mwt-quote-submit-trigger-btn i {
    font-size: 12px;
    color: #ff9f1c;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mwt-quote-submit-trigger-btn:hover {
    background: #ff9f1c;
    color: #0b3167;
    box-shadow: 0 8px 25px rgba(255, 159, 28, 0.3);
    transform: translateY(-2px);
}

.mwt-quote-submit-trigger-btn:hover i {
    color: #0b3167;
    transform: translateX(4px);
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 950px) {
    .mwt-full-flex-row {
        display: block; /* Drops dual vertical splits column framework into straight sequential pile stacking rows list */
    }
    .mwt-full-flex-col, .quote-form-dock-right {
        width: 100%;
    }
    .quote-branding-left {
        padding-right: 0;
        margin-bottom: 50px;
        position: relative;
        top: 0;
    }
    .mwt-quote-pipeline-vertical {
        max-width: 100%;
    }
    .mwt-premium-quote-form-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .mwt-full-quote-portal-sec {
        padding: 55px 0;
    }
}

@media (max-width: 550px) {
    .mwt-quote-form-grid-twins {
        grid-template-columns: 1fr; /* Retracts twin splits into linear straight input lines fields on smartphone formats */
        gap: 22px;
    }
    .mwt-quote-capsule-matrix-deck {
        grid-template-columns: 1fr; /* 100% full wide stack alignment for timeline capsules selectors nodes */
        gap: 10px;
    }
    .mwt-premium-quote-form-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-quote-submit-trigger-btn {
        width: 100%;
        justify-content: center;
    }
    .mwt-quote-pipeline-vertical {
        display: none !important; /* Hides tracking steppers graphics asset on tiny screen layers to conserve rendering spaces */
    }
}