﻿/* ================================================================
   SITE HEADER — Astral | TruBuild logo bar (Screenshot 1)
   ================================================================ */

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    height: 90px;
    position: sticky;
    top: 0;
    z-index: 1008;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}

.site-header-inner {
    padding: 0 0px;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.header-logos {
    display: flex;
    align-items: center;
    gap: 0px;
    height: 100%;
}

.header-logo-astral {
    height: 107px;
    width: auto;
    align-content: center;
    object-fit: contain;
    padding-top: 0 !important;
}

/* Vertical divider between logos */
.header-logo-divider {
    width: 1px;
    height: 36px;
    background: #d0d5dd;
    margin: 0 12px;
    flex-shrink: 0;
}

.header-logo-trubuild {
    height: 100px;
    width: auto;
    object-fit: contain;
    padding-left: 0rem !important;
}

/* Push landing container down so it's not hidden under sticky header */
.landing-container {
    padding-top: 40px !important;
}

﻿ /* ================================================================
   Warrenty_final.css  —  COMPLETE REPLACEMENT
   Font: Segoe UI (matches Figma)
   ================================================================ */
/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0 0 40px;
    background: #f0f2f5;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    color: #222;
}

/* ── Header ─────────────────────────────────────────────────── */
.header {
    width: 100%;
    background: #0066cc;
    text-align: center;
    padding: 6px 0;
}

.header-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .header-img {
        max-width: 90%;
    }
}

/* ================================================================
   LANDING — 3 side-by-side cards
   ================================================================ */
/* ================================================================
   LANDING PAGE — Screenshot 4 style (separate white cards, shadow)
   ================================================================ */
body {
    background: #f0f2f5;
    margin: 0;
    padding: 0;
}

.landing-container {
    margin: 0 auto;
    padding: 237px 60px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.warranty-cards-wrapper {
    display: flex;
    gap: 90px;
    flex-wrap: nowrap;
    align-items: stretch; /* all cards same height */
    width: 100%;
}

.warranty-card {
    flex: 1 1 0;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 36px 30px 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 8px rgba(0,0,0,0.08);
    padding: 53px;
}

    .warranty-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        margin: 0 0 14px;
        line-height: 1.2;
    }

    .warranty-card .card-subtitle {
        font-size: 13.5px;
        color: #555;
        line-height: 1.6;
        margin: 0 0 28px;
    }

    .warranty-card .card-info {
        font-size: 12.5px;
        color: #777;
        line-height: 1.5;
        margin: 12px 0 20px;
    }

@media (max-width: 820px) {
    .warranty-cards-wrapper {
        flex-direction: column;
    }

    .landing-container {
        padding: 30px 16px;
        align-items: flex-start;
    }
}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
    display: inline-block;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.15s;
    width: 100%;
}

    .btn:hover {
        opacity: 0.88;
    }

.btn-register, .btn-primary, .btn-next, .btn-submit {
    background: #115ea9;
    color: #fff;
}

.btn-track {
    background: #6b7280;
    color: #fff;
}

.btn-claim {
    background: #ea580c;
    color: #fff;
}

.btn-secondary, .btn-back {
    background: #e5e7eb;
    color: #374151;
}

.btn-block {
    display: block;
    width: 100%;
}
/* Bootstrap override */
.btn-primary {
    background-color: #115ea9 !important;
    border-color: #115ea9 !important;
}

.btn-secondary {
    background: transparent;
    color: #115ea9;
    border: 1px solid #115ea9;
}

/* ================================================================
   WIZARD CONTAINER
   ================================================================ */
.wizard-container {
    max-width: 1250px;
    margin: 32px auto 60px;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 36px 40px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
}

@media (max-width: 768px) {
    .wizard-container {
        padding: 24px 18px;
    }
}

/* ================================================================
   STEPPER  — icon-square + dashed connector  (matches screenshot 2)
   ================================================================ */
.wiz-steps {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    overflow-x: auto;
    gap: 0;
    /* hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .wiz-steps::-webkit-scrollbar {
        display: none;
    }

/* hide OLD number-circle stepper */
.horizontal-stepper {
    display: none !important;
}

.wiz-step {
    display: flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
}

    .wiz-step.active {
        color: #111;
    }

    .wiz-step.completed {
        color: #111;
    }

/* Square icon */
.wiz-step-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

    .wiz-step-icon svg {
        width: 18px;
        height: 18px;
        stroke: #6b7280;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.wiz-step.active .wiz-step-icon,
.wiz-step.completed .wiz-step-icon {
    background: #115ea9;
}

    .wiz-step.active .wiz-step-icon svg,
    .wiz-step.completed .wiz-step-icon svg {
        stroke: #fff;
    }

/* Dashed connector */
.wiz-connector {
    flex: 1;
    min-width: 24px;
    height: 0;
    border: none;
    border-top: 2px dashed #d1d5db;
    margin: 0 6px;
}

@media (max-width: 600px) {
    .wiz-step {
        font-size: 11px;
        gap: 6px;
    }

    .wiz-step-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

        .wiz-step-icon svg {
            width: 14px;
            height: 14px;
        }

    .wiz-connector {
        min-width: 12px;
    }
}

/* ================================================================
   WIZARD STEPS — show/hide
   ================================================================ */
.wizard-step {
    display: none;
    padding: 8px 0;
}

    .wizard-step.active {
        display: block;
        animation: wiz-in 0.25s ease;
    }

@keyframes wiz-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================================================================
   FLOATING-LABEL INPUTS
   —  Big grey placeholder text when empty
   —  Shrinks & lifts on focus or fill
   —  Border stays #d0d5dd (neutral, NOT blue on focus)
   —  Font: Segoe UI 14px / colour #222
   ================================================================ */

/* Wrapper */
.fl-group {
    position: relative;
    margin-bottom: 20px;
}

/* The input / textarea */
.fl-input {
    display: block;
    width: 100%;
    /* extra top-padding leaves room for the lifted label */
    padding: 22px 14px 8px !important;
    height: 56px;
    font-size: 17px !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    color: #222 !important;
    background: #fff !important;
    border: 1px solid #7a818c !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: border-color 0.18s !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

    .fl-input:focus {
        border-color: #7a818c !important; /* soft grey focus — no blue */
        box-shadow: none !important;
    }

/* Floating label */
.fl-label {
    position: absolute;
    left: 14px;
    /* vertically centred when in placeholder position */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; /* same size as typed text → looks like placeholder */
    color: #6b7280;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
    pointer-events: none;
    transition: top 0.18s ease, transform 0.18s ease, font-size 0.18s ease, color 0.18s ease;
    background: transparent;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 28px);
    margin: 0;
}

/* Label lifts when input is focused OR has a value */
.fl-input:focus ~ .fl-label,
.fl-input:not(:placeholder-shown) ~ .fl-label {
    top: 10px;
    transform: none;
    font-size: 11px;
    color: #6b7280;
}

/* Textarea variant — label anchors to top, not middle */
.fl-textarea {
    height: auto !important;
    min-height: 120px !important;
    padding-top: 26px !important;
    resize: vertical;
}

.fl-textarea-group .fl-label {
    top: 18px;
    transform: none;
}

.fl-textarea:focus ~ .fl-label,
.fl-textarea:not(:placeholder-shown) ~ .fl-label {
    top: 8px;
    transform: none;
    font-size: 11px;
    color: #6b7280;
}

/* Select — label always stays up (selects don't support :placeholder-shown) */
.fl-select {
    height: 56px !important;
    padding-right: 36px !important;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
}

    .fl-select ~ .fl-label,
    .fl-label-up {
        top: 10px !important;
        transform: none !important;
        font-size: 11px !important;
        color: #6b7280 !important;
    }

/* Row layouts */
.fl-row {
    display: flex;
    gap: 16px;
}

    .fl-row .fl-group {
        flex: 1;
    }

@media (max-width: 640px) {
    .fl-row {
        flex-direction: column;
        gap: 0;
    }
}

/* Readonly fields */
.fl-readonly .fl-input {
    background: #f9fafb !important;
    color: #555 !important;
    cursor: default;
}

/* ================================================================
   SECTION TITLES
   ================================================================ */
.section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 28px 0 16px;
}

    .section-title:first-child {
        margin-top: 8px;
    }

.section-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
    margin-left: 6px;
}

/* ================================================================
   STRUCTURE CARDS
   ================================================================ */
.structure-type-container {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap; /* keep all 5 in one row */
    margin-bottom: 28px;
    width: 100%;
}

.structure-type-item {
    flex: 1 1 0; /* equal width for all 5 */
    min-width: 0;
    max-width: none;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    transition: box-shadow 0.18s, border-color 0.18s;
}

    .structure-type-item:hover {
        border-color: #115ea9;
        box-shadow: 0 4px 12px rgba(37,99,235,0.1);
    }

    .structure-type-item.active {
        border-color: #115ea9;
    }

.structure-img {
    width: 100%;
    height: 130px; /* Increased from 110px */
    object-fit: cover;
    object-position: center; /* ADD THIS - centers image */
    display: block;
}

.structure-btn-name {
    background: #115ea9;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 9px 6px;
}

.structure-type-item.active .structure-btn-name {
    background: #12467a;
}

/* ================================================================
   PRODUCT GALLERY — Step 1  (uniform cards, centred label)
   ================================================================ */
.product-selection-multi {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.product-item-multi {
    position: relative;
    width: 158px;
    min-width: 158px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: border-color 0.18s, box-shadow 0.18s;
}

    .product-item-multi:hover {
        border-color: #115ea9;
        box-shadow: 0 4px 14px rgba(37,99,235,0.12);
    }

    .product-item-multi.selected {
        border-color: #115ea9;
    }
    /* Image area */
    .product-item-multi img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        padding: 10px;
        background: #fff;
        display: block;
    }
    /* Blue name bar — fixed height so all cards are uniform, no white gap */
    .product-item-multi .product-name {
        background: #115ea9;
        color: #fff;
        font-size: 11.5px;
        font-weight: 600;
        text-align: center;
        padding: 8px 6px;
        height: 52px; /* fixed — short names won't leave a white gap */
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        line-height: 1.3;
        word-break: break-word;
        box-sizing: border-box;
    }

    .product-item-multi.selected .product-name {
        background: #115ea9;
    }
    /* Checkmark badge */
    .product-item-multi.selected::after {
        content: '✓';
        position: absolute;
        top: 8px;
        right: 8px;
        width: 22px;
        height: 22px;
        background: #115ea9;
        color: #fff;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 22px;
    }

/* ================================================================
   STEP 3 — product cards (same visual language)
   ================================================================ */
.step3-product-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.step3-product-card {
    position: relative;
    flex: 1 1 140px; /* equal flexible width */
    max-width: 190px; /* cap so they don't get too wide on few items */
    min-width: 0;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: border-color 0.18s, box-shadow 0.18s;
    user-select: none;
}

    .step3-product-card:hover {
        border-color: #12467a;
        box-shadow: 0 2px 8px rgba(37,99,235,0.12);
    }

    .step3-product-card.active {
        border-color: #12467a;
        background: #f0f7ff;
        box-shadow: 0 2px 12px rgba(37,99,235,0.18);
    }

    .step3-product-card.added {
        border-color: #12467a;
    }

.step3-card-tick {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px;
    color: #12467a;
    z-index: 2;
}

.step3-card-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding: 10px;
    display: block;
    background: #fff;
}

.step3-card-img-placeholder {
    width: 100%;
    height: 110px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #9ca3af;
}

.step3-card-name {
    background: #115ea9;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding: 7px 6px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.3;
    word-break: break-word;
    margin: 0;
    box-sizing: border-box;
}

.step3-product-card.active .step3-card-name {
    background: #12467a;
}

.step3-product-card.added .step3-card-name {
    background: #115ea9;
}

/* ================================================================
   PRIMER CARDS
   ================================================================ */
.primer-selection-container,
#primerCardsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.primer-card,
.primer-card-none {
    position: relative;
    flex: 1 1 140px; /* equal flexible width */
    max-width: 190px;
    min-width: 0;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: border-color 0.18s;
}

    .primer-card:hover, .primer-card-none:hover {
        border-color: #12467a;
    }

    .primer-card.selected, .primer-card-none.selected {
        border-color: #12467a;
    }

    .primer-card .primer-img-wrapper {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 10px;
    }

    .primer-card img {
        max-width: 90%;
        max-height: 90px;
        object-fit: contain;
    }

    .primer-card-none .no-primer-icon {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        border: 3px solid #9ca3af;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 18px auto 10px;
        font-size: 26px;
        color: #9ca3af;
    }

    .primer-card-none.selected .no-primer-icon {
        border-color: #12467a;
        color: #115ea9;
    }

    .primer-card .product-btn-name,
    .primer-card-none .product-btn-name {
        background: #115ea9;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        padding: 7px 6px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        line-height: 1.3;
        word-break: break-word;
        margin-top: auto;
        box-sizing: border-box;
    }

    .primer-card.selected .product-btn-name,
    .primer-card-none.selected .product-btn-name {
        background: #12467a;
    }

/* ================================================================
   TRACK — product image cards
   ================================================================ */
#trackProductCards {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.track-product-card {
    position: relative;
    width: 150px;
    min-width: 150px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: border-color 0.18s;
}

    .track-product-card.active {
        border-color: #2563eb;
    }

    .track-product-card img {
        width: 100%;
        height: 110px;
        object-fit: contain;
        padding: 10px;
        background: #fff;
    }

    .track-product-card .product-btn-name {
        background: #2563eb;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        padding: 7px 6px;
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        line-height: 1.3;
        word-break: break-word;
    }

    .track-product-card.active .product-btn-name {
        background: #1d4ed8;
    }

/* ================================================================
   PRODUCT TABLE
   ================================================================ */
.product-table, .prod-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 16px 0;
    background: #fff;
}

    .product-table th, .prod-table th {
        background: #f9fafb;
        padding: 11px 12px;
        text-align: left;
        font-weight: 600;
        color: #374151;
        border: 1px solid #e5e7eb;
    }

    .product-table td, .prod-table td {
        padding: 11px 12px;
        color: #222;
        border: 1px solid #e5e7eb;
    }

/* ================================================================
   PRODUCT TABS (Track page)
   ================================================================ */
.product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.product-tab {
    padding: 8px 18px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #374151;
    transition: all 0.2s;
}

    .product-tab.active {
        background: #2563eb;
        border-color: #2563eb;
        color: #fff;
    }

/* ================================================================
   FORM ACTIONS
   ================================================================ */
.form-actions {
    display: flex;
    gap: 14px;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    justify-content: space-between;
}

    .form-actions .btn {
        flex: 1;
        max-width: 200px;
    }

@media (max-width: 600px) {
    .form-actions {
        flex-direction: column;
    }

        .form-actions .btn {
            max-width: 100%;
        }
}

/* ================================================================
   ADD BUTTON
   ================================================================ */
.btn-add-full, #btnAddProduct {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-top: 4px;
}

    #btnAddProduct:hover, .btn-add-full:hover {
        opacity: 0.88;
    }

/* ================================================================
   FILE UPLOAD
   ================================================================ */
.attach-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.file-upload-container {
    border: 2px dashed #d1d5db;
    border-radius: 6px;
    padding: 14px;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.2s;
}

    .file-upload-container:hover {
        border-color: #2563eb;
    }

    .file-upload-container input[type="file"] {
        width: 100%;
        cursor: pointer;
    }

.file-upload-info {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}

    .file-upload-info strong {
        color: #e11d48;
    }

/* ================================================================
   TRACK HEADER
   ================================================================ */
.track-header {
    background: #f9fafb;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    border: 1px solid #e5e7eb;
}

.track-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
}

.track-status {
    font-weight: 500;
}

.status-pending {
    color: #ea580c;
    font-weight: 700;
}

.status-approved {
    color: #16a34a;
    font-weight: 700;
}

.status-rejected {
    color: #dc2626;
    font-weight: 700;
}

/* ================================================================
   CLAIM CARD
   ================================================================ */
.claim-wizard {
    max-width: 640px;
}

.claim-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 28px 32px;
    max-width: 560px;
    margin: 0 auto;
}

.claim-plain-label {
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

.claim-card textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 13.5px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    resize: vertical;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    font-family: 'Segoe UI', Arial, sans-serif;
}

    .claim-card textarea:focus {
        border-color: #9ca3af;
    }

    .claim-card textarea::placeholder {
        color: #aaa;
    }

/* ================================================================
   OTP MODAL
   ================================================================ */
.clsotpinput {
    width: 68px;
    height: 72px;
    margin: 6px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    background: #f8fafc;
    color: #1a1a1a;
    font-family: 'Segoe UI', Arial, sans-serif;
    transition: border-color 0.18s, box-shadow 0.18s;
}

    .clsotpinput:focus {
        border-color: #115ea9;
        box-shadow: 0 0 0 3px rgba(17,94,169,0.12);
        background: #fff;
    }

.clsexs {
    display: flex;
}

.clsCenter {
    justify-content: center; /* centred like Screenshot 2 */
    gap: 4px;
}

/* OTP modal body layout */
.modal-body .clsexs {
    margin: 20px 0 10px;
}

body.modal-open .wizard-container,
body.modal-open .landing-panels {
    filter: blur(4px);
}

/* ================================================================
   SUCCESS SCREEN
   ================================================================ */
.success-screen {
    padding: 40px 20px;
    text-align: center;
}

.success-icon {
    font-size: 68px;
    color: #12467a;
    margin-bottom: 16px;
}

.success-screen h2 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.success-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}

.track-id-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #f0f9ff;
    border: 2px solid #2563eb;
    border-radius: 12px;
    padding: 18px 40px;
    margin: 16px auto;
}

.track-id-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.track-id-value {
    font-size: 26px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: 3px;
}

.success-note {
    color: #6b7280;
    font-size: 13px;
    margin: 16px 0 24px;
}

.success-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

    .success-actions .btn {
        width: auto;
        min-width: 150px;
    }

/* ================================================================
   ALERTS
   ================================================================ */
.alert {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 18px;
}

.alert-danger {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

/* ================================================================
   UTILITY
   ================================================================ */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-12 {
    padding: 0 12px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}

.mt-3 {
    margin-top: 1rem;
}

.text-muted {
    color: #6b7280;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.star {
    color: #e11d48;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th, .table td {
        padding: 10px 12px;
        border: 1px solid #e5e7eb;
        font-size: 13px;
    }

    .table thead th {
        background: #f9fafb;
        font-weight: 600;
        color: #374151;
    }

.table-bordered {
    border: 1px solid #e5e7eb;
}

/* ================================================================
   RESPONSIVE — cards / gallery on mobile
   ================================================================ */
@media (max-width: 640px) {
    .product-item-multi,
    .step3-product-card,
    .track-product-card,
    .primer-card,
    .primer-card-none {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
        max-width: 100%;
    }

    .structure-type-item {
        max-width: 100%;
        flex: 1 1 calc(50% - 7px);
    }
}

@media (max-width: 400px) {
    .product-item-multi,
    .step3-product-card {
        width: 100%;
        min-width: 100%;
    }
}


/* ================================================================
   LANDING INPUT — plain border style (Screenshot 4)
   ================================================================ */
.landing-input {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #333 !important;
    box-sizing: border-box;
}

    .landing-input:focus {
        outline: none !important;
        border-color: #115ea9 !important;
    }

    .landing-input::placeholder {
        color: #aaa;
        font-size: 13.5px;
    }

/* Landing card button — full width, sits at bottom */
.warranty-card .btn {
    margin-top: auto;
}

/* Track button — match Screenshot 4 dark grey */
.btn-track {
    background: #4b5563 !important;
    color: #fff !important;
}

/* Claim button — match Screenshot 4 orange */
.btn-claim {
    background: #ea580c !important;
    color: #fff !important;
}

/* Product gallery alignment — wrap cleanly */
.product-selection-multi {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
}

#productGallery {
    display: grid;
    /* This creates as many columns as possible, at least 150px wide each */
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
    width: 100%;
}

#primerCardsContainer {
    display: grid;
    /* This creates as many columns as possible, at least 150px wide each */
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
    width: 100%;
}
/* Track Wizard */
.track-wizard {
    max-width: 1100px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.track-header {
    background: #f9fafb;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.track-info-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.status-pending {
    color: #ff6b35;
}

.status-approved {
    color: #10b981;
}

.product-tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.product-tab {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #0066cc;
    border-radius: 6px;
    color: #0066cc;
    cursor: pointer;
}

    .product-tab.active {
        background: #0066cc;
        color: #fff;
    }

/* Claim Wizard */
.claim-wizard {
    max-width: 800px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

    .claim-wizard textarea.form-control {
        min-height: 120px;
    }

.alert-danger {
    background: #fee2e2;
    padding: 15px;
    border-radius: 6px;
    color: #991b1b;
}
/* ================================================================
   CLAIM WIZARD - Complete Styling
   ================================================================ */

/* Claim Wizard - Exact Match */
.claim-wizard {
    max-width: 700px;
    margin: 60px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 60px 50px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.claim-wizard-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 40px 0;
}

.claim-field-label {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
}

.claim-textarea {
    width: 100%;
    min-height: 140px;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.claim-file-upload-box {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 14px 16px;
    cursor: pointer;
}

.claim-divider {
    border-top: 1px solid #e5e7eb;
    margin: 35px 0 30px 0;
}

.claim-form-actions {
    display: flex;
    gap: 15px;
}

.claim-btn-back {
    min-width: 120px;
    padding: 14px 28px;
    background: #e5e7eb;
    color: #374151;
    border-radius: 6px;
}

.claim-btn-submit {
    flex: 1;
    padding: 14px 28px;
    background: #115ea9;
    color: #ffffff;
    border-radius: 6px;
}

/* Track Wizard */
.track-structure-display {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.track-structure-card {
    text-align: center;
    border: 2px solid #0066cc;
    border-radius: 8px;
    padding: 10px 18px;
    background: #f0f7ff;
    min-width: 120px;
}

.track-structure-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin: 0 auto 8px;
}

.track-structure-name {
    font-size: 13px;
    font-weight: 700;
    color: #0066cc;
}

.track-wizard {
    max-width: 1100px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.track-header {
    background: #f9fafb;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.product-tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.product-tab {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #0066cc;
    border-radius: 6px;
    color: #0066cc;
    cursor: pointer;
}

    .product-tab.active {
        background: #0066cc;
        color: #fff;
    }
