:root {
    --hire-ink: #101828;
    --hire-muted: #667085;
    --hire-blue: #155eef;
    --hire-line: #e4e7ec;
    --hire-green: #087443;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--hire-ink);
    background: #f4f6f9;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.hire-hero {
    padding: 1rem 0 3.5rem;
    color: #fff;
    background: linear-gradient(135deg, #101828, #173b73 58%, #155eef);
}

.brand-link {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.hero-copy {
    max-width: 720px;
    margin-top: 4rem;
}

.hero-copy span,
.section-heading span,
.request-intro > span {
    color: #84adff;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.hero-copy h1 {
    margin: 0.45rem 0 0.65rem;
    font-size: clamp(2rem, 7vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.hero-copy p {
    max-width: 620px;
    margin: 0;
    color: #d0d5dd;
    font-size: 1.05rem;
}

.hire-page {
    margin-top: -2rem;
}

.vehicle-section,
.request-section {
    padding: 1.3rem;
    background: #fff;
    border: 1px solid var(--hire-line);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(16, 24, 40, 0.08);
}

.section-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.section-heading span,
.request-intro > span {
    color: var(--hire-blue);
}

.section-heading h2,
.request-intro h2 {
    margin: 0.2rem 0 0;
    font-size: clamp(1.45rem, 4vw, 2rem);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.btn,
.form-control,
.form-select {
    border-radius: 10px;
}

.btn {
    font-weight: 800;
}

.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vehicle-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hire-line);
    border-radius: 16px;
    transition: 180ms ease;
}

.vehicle-card:hover,
.vehicle-card.is-selected {
    border-color: #84adff;
    box-shadow: 0 12px 30px rgba(21, 94, 239, 0.12);
    transform: translateY(-2px);
}

.vehicle-image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #eef2f7;
}

.vehicle-card-body {
    padding: 1rem;
}

.vehicle-card-top {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    justify-content: space-between;
}

.vehicle-card-top span,
.vehicle-card-top h3,
.vehicle-card-top small {
    display: block;
}

.vehicle-card-top span {
    color: var(--hire-blue);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.vehicle-card-top h3 {
    margin: 0.2rem 0 0;
    font-size: 1.1rem;
    font-weight: 850;
}

.vehicle-card-top small {
    color: var(--hire-muted);
}

.vehicle-card-top > strong {
    flex: 0 0 auto;
    padding: 0.35rem 0.48rem;
    color: #344054;
    background: #f2f4f7;
    border-radius: 7px;
    font-size: 0.7rem;
}

.vehicle-card-body > p {
    min-height: 66px;
    margin: 0.85rem 0;
    color: var(--hire-muted);
    font-size: 0.84rem;
}

.vehicle-card dl {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.vehicle-card dl div {
    padding: 0.62rem;
    background: #f8fafc;
    border-radius: 9px;
}

.vehicle-card dt {
    color: var(--hire-muted);
    font-size: 0.65rem;
    text-transform: uppercase;
}

.vehicle-card dd {
    margin: 0.1rem 0 0;
    font-size: 0.78rem;
    font-weight: 700;
}

.vehicle-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0.85rem 0;
}

.vehicle-price small,
.vehicle-price strong {
    display: block;
}

.vehicle-price small,
.vehicle-price > span {
    color: var(--hire-muted);
    font-size: 0.7rem;
}

.vehicle-price strong {
    color: var(--hire-blue);
    font-size: 1.15rem;
}

.empty-state {
    padding: 2.5rem;
    color: var(--hire-muted);
    background: #f8fafc;
    border-radius: 12px;
    text-align: center;
}

.request-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.4fr);
    gap: 1.5rem;
    margin-top: 1.25rem;
}

.request-intro p {
    margin: 0.6rem 0 1rem;
    color: var(--hire-muted);
}

.selected-vehicle-summary {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem;
    background: #f8fafc;
    border: 1px solid var(--hire-line);
    border-radius: 12px;
}

.selected-vehicle-summary img {
    width: 86px;
    height: 68px;
    object-fit: cover;
    border-radius: 9px;
}

.selected-vehicle-summary small,
.selected-vehicle-summary strong,
.selected-vehicle-summary span {
    display: block;
}

.selected-vehicle-summary small,
.selected-vehicle-summary span {
    color: var(--hire-muted);
    font-size: 0.72rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.field-wide {
    grid-column: 1 / -1;
}

.form-label {
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
}

.form-label span {
    color: var(--hire-muted);
    font-weight: 500;
}

.form-control,
.form-select {
    min-height: 47px;
    border-color: #ced6e2;
}

.form-control:focus,
.form-select:focus {
    border-color: #84adff;
    box-shadow: 0 0 0 0.22rem rgba(21, 94, 239, 0.1);
}

.estimate-box {
    margin: 1rem 0;
    padding: 0.9rem;
    color: #fff;
    background: #101828;
    border-radius: 12px;
}

.estimate-box span,
.estimate-box strong,
.estimate-box small {
    display: block;
}

.estimate-box span,
.estimate-box small {
    color: #d0d5dd;
    font-size: 0.72rem;
}

.estimate-box strong {
    margin: 0.2rem 0;
    font-size: 1.4rem;
}

@media (max-width: 1099.98px) {
    .vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hire-hero {
        padding-bottom: 2.75rem;
    }

    .hero-copy {
        margin-top: 2.5rem;
    }

    .hire-page {
        padding: 0.65rem;
    }

    .vehicle-section,
    .request-section {
        padding: 0.9rem;
        border-radius: 15px;
    }

    .section-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .section-heading .btn {
        min-height: 44px;
    }

    .vehicle-grid,
    .request-section {
        grid-template-columns: 1fr;
    }

    .vehicle-card-body > p {
        min-height: auto;
    }
}

@media (max-width: 479.98px) {
    .vehicle-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .field-wide {
        grid-column: auto;
    }

    .vehicle-image {
        height: 190px;
    }
}
