:root {
    --brand-blue: #050936;
    --brand-deep: #030627;
    --brand-green: #e3a401;
    --brand-black: #101216;
    --brand-sky: #f8efd0;
    --surface: #ffffff;
    --surface-soft: #f8f6ea;
    --border: #d8ddf1;
    --text: #111537;
    --muted: #50587e;
    --shadow: 0 16px 40px rgba(5, 9, 54, 0.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 8% 0%, #f4f5ff 0%, #fcf8ea 45%, #ffffff 100%);
    line-height: 1.65;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .nav-link,
.brand-text {
    font-family: "Archivo Narrow", sans-serif;
    letter-spacing: 0.2px;
}

.site-header {
    background: linear-gradient(90deg, rgba(5, 9, 54, 0.98), rgba(34, 29, 90, 0.96));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(227, 164, 1, 0.28);
}

.navbar .nav-link {
    color: #e9f8fa;
    font-size: 1.03rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #ffd25c;
}

.brand-logo {
    width: 130px;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.95);
}

.site-header .btn-outline-brand {
    border-color: rgba(233, 248, 250, 0.85);
    color: #e9f8fa;
    background: transparent;
}

.site-header .btn-outline-brand:hover,
.site-header .btn-outline-brand:focus {
    background: rgba(227, 164, 1, 0.9);
    border-color: rgba(227, 164, 1, 0.9);
    color: #050936;
}

.site-header .btn-brand {
    box-shadow: none;
}

.site-header .navbar-toggler {
    border-color: rgba(233, 248, 250, 0.45);
}

.brand-text {
    color: var(--brand-blue);
    font-size: 1.45rem;
    font-weight: 700;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand-blue), #1a1f63);
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-brand:hover,
.btn-brand:focus {
    color: #050936;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(5, 9, 54, 0.28);
    background: linear-gradient(135deg, var(--brand-green), #f3bf22);
}

.btn-outline-brand {
    border: 1px solid var(--brand-blue);
    color: var(--brand-blue);
    background: #fff;
    font-weight: 600;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    color: #050936;
    border-color: var(--brand-green);
    background: var(--brand-green);
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-title {
    color: var(--brand-deep);
    font-weight: 700;
}

.hero-panel {
    background: linear-gradient(155deg, rgba(5, 9, 54, 0.1), rgba(227, 164, 1, 0.16));
    padding: 1rem;
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
}

.brand-badge {
    background: rgba(5, 9, 54, 0.86);
    color: #ffffff;
    border: 1px solid rgba(214, 240, 240, 0.34);
    font-weight: 600;
}

.home-page .hero-section {
    background: transparent;
}

.home-page .hero-section::before,
.home-page .hero-section::after {
    display: none;
}

.home-page .hero-banner {
    position: relative;
    min-height: 540px;
    border-radius: 1.1rem;
    overflow: hidden;
    box-shadow: 0 24px 46px rgba(2, 22, 47, 0.28);
}

.home-page .hero-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page .hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(103deg, rgba(5, 9, 54, 0.93) 0%, rgba(5, 9, 54, 0.79) 46%, rgba(227, 164, 1, 0.33) 100%);
}

.home-page .hero-banner-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.home-page .hero-title {
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.home-page .hero-highlight {
    display: inline-block;
    color: #ffd25c;
    font-weight: 700;
}

.home-page .hero-subtitle {
    color: #d8f2f6;
    max-width: 560px;
}

.home-page .hero-banner .btn-outline-brand {
    border-color: rgba(233, 248, 250, 0.8);
    color: #e9f8fa;
    background: rgba(2, 22, 47, 0.18);
}

.home-page .hero-banner .btn-outline-brand:hover,
.home-page .hero-banner .btn-outline-brand:focus {
    background: rgba(227, 164, 1, 0.92);
    border-color: rgba(227, 164, 1, 0.92);
    color: #050936;
}

.home-page .hero-truck-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .hero-truck-main {
    grid-column: 1 / -1;
}

.home-page .hero-truck-main,
.home-page .hero-truck-mini {
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid rgba(33, 102, 174, 0.18);
    box-shadow: 0 18px 36px rgba(20, 67, 128, 0.18);
    background: #fff;
}

.home-page .hero-truck-main img,
.home-page .hero-truck-mini img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-page .hero-truck-mini {
    min-height: 132px;
}

.home-page .benefit-spectrum-section {
    background: linear-gradient(180deg, #ffffff 0%, #f2fbfc 100%);
}

.home-page .benefit-spectrum-section .benefit-card {
    border-left: none;
    border-top: 5px solid transparent;
}

.home-page .benefit-spectrum-section .col-md-6:nth-child(1) .benefit-card {
    border-top-color: #0d94ff;
}

.home-page .benefit-spectrum-section .col-md-6:nth-child(2) .benefit-card {
    border-top-color: #08b280;
}

.home-page .benefit-spectrum-section .col-md-6:nth-child(3) .benefit-card {
    border-top-color: #f8961e;
}

.home-page .benefit-spectrum-section .col-md-6:nth-child(4) .benefit-card {
    border-top-color: #ec4f74;
}

.home-page .truck-showcase-section {
    background: linear-gradient(122deg, #f4f8ff 0%, #e9fff5 100%);
}

.home-page .truck-photo-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid rgba(24, 84, 146, 0.14);
    box-shadow: 0 16px 34px rgba(18, 55, 103, 0.16);
}

.home-page .truck-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 220px;
}

.home-page .color-wave-section {
    background: #047b81 !important;
}

.home-page .color-wave-section .section-heading h2,
.home-page .color-wave-section .section-heading p,
.home-page .color-wave-section .feature-list li {
    color: #e9fbfb;
}

.home-page .fleet-trust-card {
    background: #031730;
    border-color: rgba(214, 240, 240, 0.22);
}

.home-page .fleet-trust-card h3,
.home-page .fleet-trust-card li {
    color: #eaf4ff;
}

.home-page .pricing-pop-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff6ea 100%);
}

.home-page .pricing-pop-section .price-card {
    border: 1px solid rgba(245, 163, 48, 0.32);
    box-shadow: 0 12px 24px rgba(153, 98, 31, 0.13);
}

.home-page .testimonial-glow-section {
    background: linear-gradient(130deg, rgba(2, 22, 47, 0.08), rgba(5, 133, 136, 0.1)) !important;
}

.section-heading h2 {
    color: var(--brand-deep);
    margin-bottom: 0.4rem;
}

.section-heading p {
    color: var(--muted);
    margin-bottom: 0;
}

.benefit-card,
.price-card,
.testimonial-card,
.content-card,
.workflow-card,
.stat-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1.2rem;
    box-shadow: 0 10px 24px rgba(9, 30, 66, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover,
.price-card:hover,
.testimonial-card:hover,
.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(9, 30, 66, 0.12);
}

.benefit-card {
    border-left: 4px solid var(--brand-green);
}

.benefit-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(5, 9, 54, 0.13), rgba(227, 164, 1, 0.2));
    color: var(--brand-blue);
}

.benefit-icon-wrap i {
    font-size: 1.4rem;
}

.feature-list {
    margin: 0;
    padding-left: 1.2rem;
}

.feature-list li {
    margin-bottom: 0.45rem;
}

.price-card h3 {
    font-size: 1.7rem;
    color: var(--brand-blue);
    margin-bottom: 0.4rem;
}

.testimonial-card p {
    color: #30405b;
    font-size: 1.07rem;
}

.testimonial-card footer span {
    color: var(--muted);
    font-size: 0.9rem;
}

.testimonial-slider {
    padding: 0 2.5rem 2.4rem;
}

.testimonial-slider .slider-card {
    max-width: 860px;
    border-left: none;
}

.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--brand-blue);
}

.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
    width: auto;
}

.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon {
    background-color: var(--brand-blue);
    border-radius: 999px;
    width: 2.3rem;
    height: 2.3rem;
    background-size: 60%;
}

.rating-stars {
    color: #f6ad2f;
    letter-spacing: 2px;
}

.bg-soft {
    background: var(--surface-soft);
}

.page-hero {
    background: linear-gradient(130deg, rgba(5, 9, 54, 0.08), rgba(227, 164, 1, 0.12));
    border-bottom: 1px solid var(--border);
}

.page-hero h1 {
    color: var(--brand-deep);
}

.page-hero p {
    color: #3a4d6a;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--brand-deep);
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-blue);
    background-color: rgba(227, 164, 1, 0.14);
}

.auth-section .content-card {
    box-shadow: var(--shadow);
}

.form-control,
.form-select {
    border-color: #bfd1e7;
    padding: 0.62rem 0.78rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 29, 53, 0.15);
}

.field-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid rgba(0, 29, 53, 0.35);
    color: var(--brand-blue);
    background: rgba(227, 164, 1, 0.12);
    cursor: help;
    user-select: none;
}

.business-item {
    border: 1px solid var(--border);
    border-radius: 0.7rem;
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.75rem;
    background: #fbfdff;
}

.custom-tab-nav .nav-link {
    border: 1px solid rgba(0, 29, 53, 0.2);
    color: var(--brand-blue);
    font-weight: 600;
    background: #fff;
}

.custom-tab-nav .nav-link.active {
    color: #050936;
    background: linear-gradient(135deg, #f5c746, var(--brand-green));
    border-color: transparent;
}

.filing-option-card {
    border: 1px solid var(--border);
    border-radius: 0.85rem;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 8px 22px rgba(9, 30, 66, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.filing-option-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(9, 30, 66, 0.12);
}

.filing-option-card.is-active {
    border-color: rgba(227, 164, 1, 0.7);
    box-shadow: 0 12px 26px rgba(227, 164, 1, 0.24);
}

.filing-option-logo {
    width: 92px;
    height: 62px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid rgba(5, 9, 54, 0.16);
    background: #fff;
    padding: 0.2rem;
}

.business-sticky-card {
    top: 94px !important;
}

.business-edit-modal .modal-header,
.business-edit-modal .modal-body,
.business-edit-modal .modal-footer {
    padding: 0.75rem 1rem;
}

.business-edit-modal .modal-content {
    max-height: calc(100vh - 1.5rem);
}

.business-edit-modal .modal-body {
    max-height: calc(100vh - 11rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.business-edit-modal .business-edit-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.65rem;
}

.business-edit-modal .form-label {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.business-edit-modal .form-control,
.business-edit-modal .form-select {
    padding: 0.48rem 0.62rem;
    font-size: 0.92rem;
}

.business-edit-modal hr {
    margin: 0.55rem 0;
}

.business-edit-modal .modal-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #fff;
}

#selectedBusinessAddress {
    white-space: pre-line;
}

.vehicle-tax-preview {
    border-top: 1px dashed rgba(0, 29, 53, 0.2);
    padding-top: 0.6rem;
}

.vehicle-tax-inline-wrap .form-control {
    min-height: calc(1.5em + 1.24rem + 2px);
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--brand-blue);
}

.tax-summary-card .summary-row-strong {
    font-size: 1.02rem;
    font-weight: 700;
}

/* Tax Summary Card Styling */
.tax-summary-card {
    position: relative;
}

.tax-summary-card .modal-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

#taxSummaryViewBtn {
    padding: 0.35rem 0.65rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

#taxSummaryViewBtn:hover {
    background-color: var(--brand-blue);
    color: #fff;
    transform: scale(1.05);
}

/* Summary Rows */
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px dashed #d6e3f2;
    transition: background-color 0.2s ease;
}

.summary-row:hover {
    background-color: rgba(5, 9, 54, 0.02);
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    border-radius: 0.3rem;
}

.summary-row:last-child {
    border-bottom: none;
}

/* Modal Styling */
.tax-summary-modal .modal-content {
    border: 1px solid var(--border);
    box-shadow: 0 10px 40px rgba(5, 9, 54, 0.15);
    border-radius: 1rem;
}

.tax-summary-modal .modal-header {
    background: linear-gradient(135deg, rgba(5, 9, 54, 0.05), rgba(227, 164, 1, 0.05));
    border-bottom: 1px solid var(--border);
}

.tax-summary-modal .modal-title {
    color: var(--brand-blue);
    font-weight: 700;
}

.tax-summary-modal .vehicle-section {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tax-summary-modal .vehicle-section h3 {
    color: var(--brand-blue);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.tax-summary-modal .table {
    margin-bottom: 0;
}

.tax-summary-modal .table-hover tbody tr:hover {
    background-color: rgba(227, 164, 1, 0.05);
}

.tax-summary-modal .table-empty {
    background-color: #f8f6ea;
}

.tax-summary-modal .modal-footer {
    background: #f8f6ea;
    border-top: 1px solid var(--border);
}

/* Responsive Modal */
@media (max-width: 576px) {
    .tax-summary-modal .modal-body {
        padding: 1rem;
    }
    
    .tax-summary-modal .table {
        font-size: 0.85rem;
    }
    
    .tax-summary-modal .table th,
    .tax-summary-modal .table td {
        padding: 0.4rem;
    }
}

.vehicle-list .vehicle-card {
    border: 1px solid var(--border);
    border-radius: 0.9rem;
    background: #fbfdff;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #d6e3f2;
}

.summary-row:last-child {
    border-bottom: none;
}

.stat-card {
    background: linear-gradient(140deg, rgba(5, 9, 54, 0.95), rgba(18, 24, 88, 0.92));
    color: #fff;
    border: none;
}

.stat-card .label {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 0.2rem;
}

.stat-card h2 {
    margin: 0;
    font-size: 2rem;
}

.site-footer {
    background: #050936;
    color: #d1e0f7;
}

.site-footer h5,
.site-footer h6 {
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.35rem;
}

.footer-links a {
    color: #c9ddfb;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-divider {
    border-color: rgba(201, 221, 251, 0.24);
    margin-top: 1.4rem;
}

.min-vh-50 {
    min-height: 50vh;
}

.reveal-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-item.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .brand-text {
        font-size: 1.2rem;
    }

    .testimonial-slider {
        padding: 0 0 2.2rem;
    }

    .home-page .hero-banner {
        min-height: 500px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .testimonial-slider .carousel-control-prev-icon,
    .testimonial-slider .carousel-control-next-icon {
        width: 1.95rem;
        height: 1.95rem;
    }

    .home-page .hero-banner {
        min-height: 440px;
        border-radius: 0.85rem;
    }

    .home-page .hero-banner-content {
        padding: 1.15rem;
    }

    .business-edit-modal .modal-header,
    .business-edit-modal .modal-body,
    .business-edit-modal .modal-footer {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .business-edit-modal .modal-footer {
        gap: 0.5rem;
    }

    .business-edit-modal .modal-footer .btn {
        flex: 1 1 auto;
    }

    .business-edit-modal .modal-content {
        max-height: 100vh;
    }

    .business-edit-modal .modal-body {
        max-height: calc(100vh - 7.5rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .benefit-card,
    .price-card,
    .testimonial-card,
    .content-card,
    .reveal-item {
        transition: none !important;
    }

    .benefit-card:hover,
    .price-card:hover,
    .testimonial-card:hover,
    .content-card:hover {
        transform: none;
    }
}
.testimonial-card {
    padding: 25px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.rating-stars i {
    color: #ffc107;
    margin: 0 2px;
}

/* Premium 2026 Landing Redesign */
:root {
    --brand-blue: #0a1f5c;
    --brand-deep: #071640;
    --brand-green: #f4b400;
    --brand-royal: #123d9b;
    --surface-soft: #f5f7fa;
    --text: #1a1a1a;
    --muted: #4f5d73;
    --border: #d9e1ef;
}

body {
    background: var(--surface-soft);
    color: var(--text);
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(10, 31, 92, 0.08);
    box-shadow: 0 10px 22px rgba(10, 31, 92, 0.08);
}

.site-header .navbar {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.site-header .navbar-toggler {
    border-color: rgba(10, 31, 92, 0.25);
}

.brand-logo {
    width: 124px;
    border: none;
    background: transparent;
    border-radius: 0.65rem;
    object-fit: contain;
}

.site-header .nav-link,
.main-guest-nav .nav-link {
    color: var(--brand-blue);
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 0.9rem;
}

.site-header .nav-link.active,
.site-header .nav-link:hover {
    color: var(--brand-royal);
}

.btn-login-nav {
    border: 1px solid var(--brand-royal);
    color: var(--brand-royal);
    background: #ffffff;
    font-weight: 700;
    padding: 0.56rem 1rem;
}

.btn-login-nav:hover,
.btn-login-nav:focus {
    background: var(--brand-royal);
    color: #ffffff;
}

.btn-signup-nav {
    color: var(--brand-blue);
    border: 1px solid var(--brand-green);
    font-weight: 700;
    padding: 0.56rem 1.05rem;
    box-shadow: 0 8px 18px rgba(244, 180, 0, 0.28);
}

.btn-signup-nav:hover,
.btn-signup-nav:focus {
    background: #ffc928;
    color: var(--brand-blue);
    box-shadow: 0 10px 24px rgba(244, 180, 0, 0.35);
}

.btn-file-now-nav {
    background: linear-gradient(135deg, #f4b400 0%, #ffc928 100%);
    color: var(--brand-blue);
    border: none;
    font-weight: 800;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(244, 180, 0, 0.42);
    animation: fileNowPulse 2.6s ease-in-out infinite;
}

.btn-file-now-nav:hover,
.btn-file-now-nav:focus {
    color: var(--brand-blue);
    transform: translateY(-1px);
}

@keyframes fileNowPulse {
    0%,
    100% {
        box-shadow: 0 10px 24px rgba(244, 180, 0, 0.42);
    }
    50% {
        box-shadow: 0 12px 32px rgba(244, 180, 0, 0.62);
    }
}

.home-premium .premium-hero-section {
    padding: 1.7rem 0 1.2rem;
}

.premium-hero-card {
    position: relative;
    min-height: 620px;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(18, 61, 155, 0.2);
    box-shadow: 0 24px 46px rgba(10, 31, 92, 0.22);
}

.premium-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a1f5c 0%, #123d9b 60%, #1f5edb 100%);
    opacity: 0.84;
}

.premium-hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(1.2rem, 3.6vw, 3rem);
    color: #ffffff;
}

.premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.34rem 0.85rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 0.85rem;
}

.home-premium h1 {
    font-family: "Archivo Narrow", sans-serif;
    font-size: clamp(1.95rem, 4.8vw, 3.5rem);
    font-weight: 700;
    line-height: 1.06;
    margin-bottom: 0.58rem;
    color: #ffffff;
}

.premium-hero-subheadline {
    color: #f6f9ff;
    font-family: "Archivo Narrow", sans-serif;
    font-size: clamp(1.4rem, 3.1vw, 2rem);
    margin-bottom: 0.72rem;
}

.premium-hero-description {
    max-width: 650px;
    color: #e7efff;
    font-size: 1.13rem;
}

.premium-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.05rem;
}

.premium-trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.35rem 0.72rem;
    font-size: 0.84rem;
    font-weight: 600;
}

.btn-file-now-hero,
.btn-file-now-inline,
.btn-file-now-banner {
    background: linear-gradient(135deg, #f4b400 0%, #ffc928 100%);
    color: var(--brand-blue);
    border: none;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(244, 180, 0, 0.4);
}

.btn-file-now-hero {
    padding: 0.78rem 1.42rem;
    font-size: 1rem;
}

.btn-file-now-hero:hover,
.btn-file-now-hero:focus,
.btn-file-now-inline:hover,
.btn-file-now-inline:focus,
.btn-file-now-banner:hover,
.btn-file-now-banner:focus {
    color: var(--brand-blue);
    transform: translateY(-1px);
}

.btn-hero-outline {
    border: 1px solid rgba(255, 255, 255, 0.74);
    color: #ffffff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.74rem 1.32rem;
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
    color: var(--brand-blue);
    background: #ffffff;
}

.premium-hero-metrics {
    display: grid;
    gap: 0.72rem;
}

.premium-metric-card {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.95rem;
    padding: 0.92rem;
    backdrop-filter: blur(8px);
}

.premium-metric-card p {
    margin: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #dfe8ff;
}

.premium-metric-card h3 {
    margin: 0.12rem 0 0;
    font-size: 1.65rem;
    color: #ffffff;
}

.premium-section-heading h2 {
    font-family: "Archivo Narrow", sans-serif;
    color: var(--brand-blue);
    font-size: clamp(1.7rem, 3.6vw, 2.7rem);
    margin-bottom: 0.46rem;
}

.premium-section-heading p {
    color: var(--muted);
    margin-bottom: 0;
}

.premium-features-section {
    background: #f5f7fa;
}

.premium-feature-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 61, 155, 0.14);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 16px 30px rgba(10, 31, 92, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(8px);
}

.premium-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 34px rgba(10, 31, 92, 0.16);
}

.premium-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 180, 0, 0.18);
    color: var(--brand-royal);
    font-size: 1.42rem;
}

.premium-feature-card h3 {
    margin-top: 0.82rem;
    font-size: 1.16rem;
    color: var(--brand-blue);
}

.premium-feature-card p {
    color: var(--muted);
    margin-bottom: 0.72rem;
}

.premium-inline-link {
    text-decoration: none;
    color: var(--brand-royal);
    font-weight: 700;
    font-size: 0.9rem;
}

.premium-why-section {
    background: linear-gradient(135deg, #0a1f5c 0%, #123d9b 60%, #1f5edb 100%);
}

.section-heading-light h2,
.section-heading-light p {
    color: #ffffff;
}

.premium-why-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.62rem;
}

.premium-why-list li {
    position: relative;
    padding: 0.62rem 0.68rem 0.62rem 2.1rem;
    border-radius: 0.76rem;
    background: rgba(255, 255, 255, 0.16);
    color: #eef3ff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.premium-why-list li::before {
    content: "\f26e";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ffd25c;
}

.premium-why-image-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    height: 100%;
}

.premium-why-image-card img {
    width: 100%;
    min-height: 460px;
    height: 100%;
    object-fit: cover;
    border-radius: 0.82rem;
}

.premium-about-section {
    background: #ffffff;
}

.premium-about-image-card,
.premium-why-image-card {
    box-shadow: 0 18px 34px rgba(10, 31, 92, 0.12);
}

.premium-about-image-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(18, 61, 155, 0.16);
    height: 100%;
}

.premium-about-image-card img {
    width: 100%;
    min-height: 460px;
    height: 100%;
    object-fit: cover;
    background: #edf2ff;
}

.premium-about-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-about-copy {
    color: var(--muted);
    font-size: 1.02rem;
}

.btn-file-now-inline {
    padding: 0.72rem 1.3rem;
}

.premium-trust-section {
    background: #224aa2;
}

.premium-trust-section .premium-section-heading h2,
.premium-trust-section .premium-section-heading p {
    color: #fff;
}

.premium-trust-card {
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(18, 61, 155, 0.14);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 12px 28px rgba(10, 31, 92, 0.1);
}

.premium-trust-card i {
    font-size: 1.7rem;
    color: var(--brand-royal);
}

.premium-trust-card h3 {
    color: var(--brand-blue);
    font-size: 1.08rem;
    margin-top: 0.76rem;
}

.premium-trust-card p {
    color: var(--muted);
    margin-bottom: 0;
}

.premium-testimonials-section {
    background: #ffffff;
}

.premium-testimonial-slider {
    padding-bottom: 2.4rem;
}

.premium-testimonial-slider .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--brand-blue);
}

.premium-testimonial-slider .carousel-control-prev-icon,
.premium-testimonial-slider .carousel-control-next-icon {
    width: 2.35rem;
    height: 2.35rem;
    background-color: rgba(10, 31, 92, 0.88);
    border-radius: 999px;
    background-size: 58%;
}

.premium-testimonial-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(18, 61, 155, 0.16);
    box-shadow: 0 12px 28px rgba(10, 31, 92, 0.1);
    padding: 1rem;
}

.premium-quote-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 180, 0, 0.16);
    color: var(--brand-royal);
    margin-bottom: 0.7rem;
}

.premium-testimonial-card p {
    color: var(--muted);
    margin-bottom: 0.9rem;
}

.premium-testimonial-card footer {
    display: flex;
    flex-direction: column;
}

.premium-testimonial-card footer strong {
    color: var(--brand-blue);
}

.premium-testimonial-card footer span {
    color: #6f7f97;
    font-size: 0.9rem;
}

.premium-cta-section {
    background: #f5f7fa;
}

.premium-cta-banner {
    text-align: center;
    border-radius: 1.2rem;
    padding: clamp(1.3rem, 3.6vw, 2.6rem);
    background: linear-gradient(135deg, #0a1f5c 0%, #123d9b 64%, #1f5edb 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 40px rgba(10, 31, 92, 0.24);
}

.premium-cta-banner h2 {
    color: #ffffff;
    margin-bottom: 0.4rem;
    font-family: "Archivo Narrow", sans-serif;
}

.premium-cta-banner p {
    color: #dfe7ff;
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.btn-file-now-banner {
    padding: 0.8rem 1.46rem;
}

.site-footer {
    background: linear-gradient(135deg, #0a1f5c 0%, #123d9b 64%, #1f5edb 100%);
    color: #d5def1;
}

.site-footer h5,
.site-footer h6 {
    color: #ffffff;
}

a.btn.btn-file-now-inline {
    width: 25%;
}
.footer-social-links a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dbe6ff;
    border: 1px solid rgba(219, 230, 255, 0.35);
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-social-links a:hover {
    color: var(--brand-blue);
    background: var(--brand-green);
    border-color: var(--brand-green);
}

@media (max-width: 1199.98px) {
    .guest-nav-actions .btn {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        background: #ffffff;
        border: 1px solid rgba(10, 31, 92, 0.1);
        border-radius: 0.88rem;
        margin-top: 0.72rem;
        padding: 0.85rem;
    }

    .main-guest-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .premium-hero-card {
        min-height: 560px;
    }

    .premium-why-image-card img,
    .premium-about-image-card img {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .premium-hero-card {
        min-height: 600px;
    }

    .premium-why-image-card img,
    .premium-about-image-card img {
        min-height: 300px;
    }
}

/* Reference Home Page Clone */
.of2290-landing-body {
    background: linear-gradient(95deg, #041a59 0%, #06266f 55%, #0d3c9c 100%);
    color: #091739;
    font-family: "Inter", "Poppins", sans-serif;
}

.of2290-landing-body main {
    overflow-x: clip;
}

.of2290-landing-body .container,
.of2290-site-header .container,
.of2290-home-footer .container {
    max-width: 1260px;
}

.of2290-homepage h1,
.of2290-homepage h2,
.of2290-homepage h3,
.of2290-homepage h4,
.of2290-site-header .nav-link,
.of2290-site-header a,
.of2290-home-footer h6 {
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
}

.of2290-site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: #041750;
}

.of2290-top-strip {
    background: #031347;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.of2290-top-actions {
    min-height: 46px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.85rem;
}

.of2290-top-actions a {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.of2290-top-actions a:hover {
    color: #ffd04a;
}

.of2290-nav-strip {
    background: #041a59;
}

.of2290-navbar {
    padding: 0;
    min-height: 88px;
}

.of2290-brand-pill {
    margin: 0 1.35rem 0 0;
    padding: 0.75rem 1.5rem 0.75rem 0.7rem;
    border-radius: 0 22px 22px 0;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.of2290-brand-logo {
    width: 100px;
    max-width: 100%;
    display: block;
    height: auto;
}

.of2290-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.55rem;
}

.of2290-navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.of2290-nav-links .nav-link {
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    padding: 1.45rem 1.1rem;
    position: relative;
}

.of2290-nav-links .nav-link.active,
.of2290-nav-links .nav-link:hover {
    color: #ffffff;
}

.of2290-nav-links .nav-link.active::after,
.of2290-nav-links .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 1.18rem;
    right: 1.18rem;
    bottom: 0.9rem;
    border-bottom: 4px solid #f7bf18;
}

.of2290-file-now-btn {
    border: none;
    border-radius: 0.58rem;
    background: #f7bf18;
    color: #051a55;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.22rem;
    letter-spacing: 0.35px;
    font-weight: 700;
    padding: 0.75rem 1.8rem;
}

.of2290-file-now-btn:hover,
.of2290-file-now-btn:focus {
    background: #ffd343;
    color: #051a55;
}

.of2290-homepage {
    padding-bottom: 0;
    font-size: 0.95rem;
}

.of2290-hero-section {
    background:
        linear-gradient(96deg, rgba(2, 25, 86, 0.97) 0%, rgba(4, 44, 124, 0.9) 43%, rgba(8, 72, 156, 0.24) 70%, rgba(8, 72, 156, 0) 100%),
        url("../images/home-hero-truck.jpg") center center / cover no-repeat;
    padding: 1.9rem 0 4.7rem;
}

.of2290-hero-shell {
    position: relative;
    display: block;
    min-height: 500px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 2.9rem 0 1.9rem;
    box-shadow: none;
    overflow: hidden;
}

.of2290-hero-copy {
    color: #ffffff;
    max-width: 56%;
    position: relative;
    z-index: 2;
}

.of2290-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.68rem;
    color: #ffd047;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.45px;
}

.of2290-eyebrow span {
    width: 2.1rem;
    border-top: 4px solid #ffd047;
}

.of2290-hero-copy h1 {
    margin: 0 0 0.25rem;
    font-size: clamp(2.25rem, 4.8vw, 3.25rem);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.of2290-hero-copy h1 em {
    color: #ffd047;
    font-style: normal;
}

.of2290-hero-subtitle {
    margin: 0 0 1rem;
    color: #f7faff;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: clamp(1.18rem, 2.05vw, 1.72rem);
    font-weight: 600;
}

.of2290-deadline-card {
    max-width: 460px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.48);
    border-radius: 0.62rem;
    background: rgba(1, 18, 59, 0.72);
    padding: 0.88rem 1rem 0.75rem;
}

.of2290-deadline-card p {
    margin: 0 0 0.52rem;
    color: #ffffff;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.42rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.of2290-deadline-card strong {
    color: #ffd047;
}

.of2290-deadline-grid {
    display: flex;
    flex-wrap: nowrap;
}

.of2290-deadline-grid > div {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 0 0.28rem;
    border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.of2290-deadline-grid > div:last-child {
    border-right: none;
}

.of2290-deadline-grid h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.65rem, 3.8vw, 2.35rem);
    line-height: 1;
    font-weight: 700;
}

.of2290-deadline-grid span {
    display: block;
    color: #dce8ff;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.of2290-hero-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.of2290-btn {
    border-radius: 0.62rem;
    border: 2px solid transparent;
    padding: 0.7rem 1.6rem;
    min-width: 220px;
    text-align: center;
    text-decoration: none;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.34rem;
    font-weight: 700;
    letter-spacing: 0.35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}

.of2290-btn i {
    font-size: 1.4rem;
}

.of2290-btn-primary {
    background: #f7bf18;
    color: #051a55;
}

.of2290-btn-primary:hover,
.of2290-btn-primary:focus {
    color: #051a55;
    background: #ffd343;
}

.of2290-btn-secondary {
    background: #ffffff;
    color: #0a225f;
}

.of2290-btn-secondary:hover,
.of2290-btn-secondary:focus {
    background: #f4f8ff;
    color: #0a225f;
}

.of2290-btn-dark {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.44);
    color: #ffffff;
}

.of2290-btn-dark:hover,
.of2290-btn-dark:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.of2290-hero-truck {
    display: none;
}

.of2290-hero-truck img {
    width: 100%;
    max-height: 448px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.of2290-trust-strip {
    margin-top: -2.7rem;
    position: relative;
    z-index: 5;
}

.of2290-strip-grid {
    background: #ffffff;
    border: 1px solid #e0e7f1;
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(5, 28, 80, 0.1);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.of2290-strip-grid article {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1.25rem 1.1rem;
    border-right: 1px solid #e5ebf4;
}

.of2290-strip-grid article:last-child {
    border-right: none;
}

.of2290-strip-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #032f86;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
}

.of2290-strip-grid h3 {
    margin: 0;
    color: #071f61;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.of2290-strip-grid p {
    margin: 0;
    color: #2f426f;
    font-size: 1.02rem;
}

.of2290-compliance-section {
    padding: 1rem 0;
}

.of2290-compliance-panel {
    border-radius: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(104deg, #032976 0%, #043a99 58%, #0d4cb8 100%);
    box-shadow: 0 16px 28px rgba(4, 31, 94, 0.3);
    padding: 1.9rem 2rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.2rem;
}

.of2290-compliance-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.94;
}

.of2290-compliance-copy h2 span {
    color: #ffd047;
}

.of2290-compliance-copy p {
    margin: 0.72rem 0 1rem;
    color: #ffffff;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.12rem;
    font-weight: 600;
}

.of2290-compliance-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
}

.of2290-compliance-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.of2290-compliance-stats article {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.5rem;
}

.of2290-compliance-stats article:first-child {
    border-left: none;
}

.of2290-compliance-stats i {
    font-size: 2.1rem;
    color: #ffffff;
}

.of2290-compliance-stats article:nth-child(2) i {
    color: #ffd047;
}

.of2290-compliance-stats h3 {
    margin: 0.2rem 0 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.of2290-compliance-stats p {
    margin: 0.15rem 0 0;
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.15;
}

.of2290-service-cards {
    padding: 0.5rem 0 1.65rem;
}

.of2290-service-card {
    border: 1px solid #e0e7f1;
    border-radius: 0.95rem;
    background: #ffffff;
    box-shadow: 0 9px 18px rgba(5, 28, 80, 0.06);
    padding: 1.65rem 1.45rem;
}

.of2290-service-icon {
    width: 66px;
    height: 66px;
    border-radius: 0.75rem;
    background: #032f86;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 0.66rem;
}

.of2290-service-card h3 {
    margin: 0 0 0.6rem;
    color: #071f61;
    font-size: 1.28rem;
    font-weight: 700;
}

.of2290-service-card ul {
    list-style: none;
    margin: 0 0 0.7rem;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.of2290-service-card li {
    position: relative;
    padding-left: 1.1rem;
    color: #1d2f55;
    font-size: 0.96rem;
}

.of2290-service-card li::before {
    content: "\f26e";
    position: absolute;
    left: 0;
    top: 0.04rem;
    color: #f7bf18;
    font-family: "bootstrap-icons";
    font-size: 0.73rem;
}

.of2290-service-card a {
    color: #062262;
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
    font-size: 1.12rem;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.of2290-service-card a:hover {
    color: #0e3d9f;
}

.of2290-cta-section {
    padding: 0;
    background:
        linear-gradient(95deg, rgba(2, 25, 86, 0.96) 0%, rgba(4, 44, 124, 0.9) 42%, rgba(8, 72, 156, 0.26) 70%, rgba(8, 72, 156, 0) 100%),
        url("../images/home-cta-truck.jpg") center center / cover no-repeat;
}

.of2290-cta-panel {
    position: relative;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    min-height: 270px;
    padding: 2.1rem 0 2rem;
}

.of2290-cta-copy {
    color: #ffffff;
    max-width: 48%;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.of2290-cta-copy h2 {
    margin: 0 0 0.95rem;
    color: #ffffff;
    font-size: 36px;
    line-height: 0.94;
    font-weight: 700;
}

.of2290-cta-truck {
    display: none;
}

.of2290-cta-truck img {
    display: none;
}

.of2290-home-footer {
    margin-top: 0;
    padding: 1.45rem 0 0.9rem;
    background: #edf1f7;
    color: #0d224f;
}

.of2290-footer-main {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2.2fr);
    gap: 1.55rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(4, 26, 89, 0.2);
}

.of2290-footer-brand {
    display: flex;
    align-items: center;
}

.of2290-footer-brand img {
    width: 285px;
    max-width: 100%;
    border-radius: 0.35rem;
}

.of2290-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.of2290-footer-col {
    padding-left: 1.2rem;
    border-left: 1px solid rgba(4, 26, 89, 0.18);
}

.of2290-footer-col:first-child {
    border-left: none;
    padding-left: 0.3rem;
}

.of2290-footer-col h6 {
    margin: 0 0 0.4rem;
    color: #041a59;
    font-size: 1.26rem;
    font-weight: 700;
}

.of2290-footer-col a,
.of2290-footer-col p {
    display: block;
    margin: 0 0 0.15rem;
    color: #0d224f;
    font-size: 0.98rem;
    text-decoration: none;
}

.of2290-footer-col a:hover {
    color: #0d3c9c;
}

.of2290-footer-col p i {
    margin-right: 0.45rem;
    color: #041a59;
}

.of2290-footer-bottom {
    padding-top: 0.68rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
}

.of2290-footer-bottom p,
.of2290-footer-bottom a,
.of2290-footer-bottom span {
    margin: 0;
    color: #0d224f;
    font-size: 0.92rem;
    text-decoration: none;
}

.of2290-footer-bottom a:hover {
    color: #0d3c9c;
}

@media (max-width: 1199.98px) {
    .of2290-brand-logo {
        width: 252px;
    }

    .of2290-nav-links .nav-link {
        font-size: 1.03rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .of2290-file-now-btn {
        font-size: 1.16rem;
    }

    .of2290-strip-grid h3 {
        font-size: 1.22rem;
    }

    .of2290-strip-grid p {
        font-size: 0.96rem;
    }
}

@media (max-width: 991.98px) {
    .of2290-top-actions {
        justify-content: center;
        gap: 0.95rem;
    }

    .of2290-top-actions a {
        font-size: 0.95rem;
    }

    .of2290-navbar {
        padding: 0.5rem 0;
        min-height: 72px;
    }

    .of2290-brand-pill {
        margin-right: 0.55rem;
        padding: 0.6rem 1rem 0.6rem 0.45rem;
    }

    .of2290-brand-logo {
        width: 194px;
    }

    .of2290-navbar .navbar-collapse {
        margin-top: 0.7rem;
        border-radius: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(2, 24, 82, 0.98);
        padding: 0.8rem;
    }

    .of2290-nav-links .nav-link {
        font-size: 1.05rem;
        padding: 0.5rem 0.2rem;
    }

    .of2290-nav-links .nav-link.active::after,
    .of2290-nav-links .nav-link:hover::after {
        left: 0;
        right: 0;
        bottom: 0.2rem;
    }

    .of2290-file-now-btn {
        width: 100%;
        font-size: 1.1rem;
        margin-top: 0.35rem;
    }

    .of2290-hero-section {
        padding-top: 1.15rem;
        background-position: 72% center;
    }

    .of2290-hero-shell {
        min-height: 0;
        padding: 1.6rem 0 1.25rem;
    }

    .of2290-hero-copy {
        max-width: 100%;
    }

    .of2290-hero-truck img {
        max-height: 300px;
    }

    .of2290-trust-strip {
        margin-top: -1.7rem;
    }

    .of2290-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .of2290-strip-grid article {
        border-right: none;
        border-bottom: 1px solid #e5ebf4;
    }

    .of2290-strip-grid article:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .of2290-compliance-panel {
        grid-template-columns: 1fr;
        padding: 1.4rem 1.1rem;
    }

    .of2290-compliance-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
    }

    .of2290-compliance-stats article {
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 0.75rem;
        padding: 0.48rem 0.28rem;
    }

    .of2290-cta-panel {
        padding: 1.5rem 0 1.4rem;
        min-height: 0;
    }

    .of2290-cta-section {
        background-position: 72% center;
    }

    .of2290-cta-copy {
        max-width: 100%;
    }

    .of2290-cta-copy h2 {
        line-height: 1;
    }

    .of2290-footer-main {
        grid-template-columns: 1fr;
    }

    .of2290-footer-columns {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .of2290-footer-col {
        padding-left: 0;
        border-left: none;
    }

    .of2290-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .of2290-top-actions a {
        font-size: 0.82rem;
        gap: 0.32rem;
    }

    .of2290-brand-pill {
        margin-right: 0.3rem;
        padding: 0.52rem 0.7rem 0.52rem 0.3rem;
        border-radius: 0 14px 14px 0;
    }

    .of2290-brand-logo {
        width: 165px;
    }

    .of2290-hero-shell {
        padding-top: 1.1rem;
    }

    .of2290-hero-section {
        background-position: 76% center;
    }

    .of2290-cta-section {
        background-position: 76% center;
    }

    .of2290-eyebrow {
        font-size: 1.35rem;
    }

    .of2290-deadline-card p {
        font-size: 1.16rem;
    }

    .of2290-deadline-grid h2 {
        font-size: 1.42rem;
    }

    .of2290-deadline-grid span {
        font-size: 0.78rem;
    }

    .of2290-btn {
        width: 100%;
        min-width: 0;
        font-size: 1.3rem;
    }

    .of2290-strip-grid {
        grid-template-columns: 1fr;
    }

    .of2290-strip-grid article {
        border-bottom: 1px solid #e5ebf4;
    }

    .of2290-strip-grid article:last-child {
        border-bottom: none;
    }

    .of2290-compliance-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.25rem;
    }

    .of2290-compliance-stats i {
        font-size: 1.32rem;
    }

    .of2290-compliance-stats h3 {
        font-size: 1.1rem;
    }

    .of2290-compliance-stats p {
        font-size: 0.74rem;
    }

    .of2290-footer-col a,
    .of2290-footer-col p {
        font-size: 0.94rem;
    }

    .of2290-footer-bottom p,
    .of2290-footer-bottom a,
    .of2290-footer-bottom span {
        font-size: 0.9rem;
    }
}

/* Global Theme Alignment (Home Page Palette) */
:root {
    --brand-blue: #041a59;
    --brand-deep: #021447;
    --brand-green: #f7bf18;
    --brand-royal: #0d3c9c;
    --surface-soft: #edf1f7;
    --text: #0d224f;
    --muted: #334b73;
    --border: #d9e2f1;
}

body {
    font-family: "Inter", "Poppins", sans-serif;
    color: var(--text);
    background: linear-gradient(95deg, #041a59 0%, #06266f 55%, #0d3c9c 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .nav-link,
.btn {
    font-family: "Barlow Condensed", "Archivo Narrow", sans-serif;
}

.site-header {
    background: linear-gradient(95deg, #041a59 0%, #06266f 55%, #0d3c9c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 26px rgba(2, 18, 66, 0.26);
}

.site-header .nav-link,
.site-header .nav-link:visited,
.main-guest-nav .nav-link {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.site-header .nav-link.active,
.site-header .nav-link:hover,
.main-guest-nav .nav-link.active,
.main-guest-nav .nav-link:hover {
    color: #ffd047;
}

.site-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.site-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.brand-logo {
    width: 148px;
    border-radius: 0.55rem;
    border: none;
    background: #ffffff;
}

.btn-brand {
    background: #072a78;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.25px;
    box-shadow: 0 10px 20px rgba(247, 191, 24, 0.28);
}

.btn-brand:hover,
.btn-brand:focus {
    background: #ffd343;
    border-color: #ffd343;
    color: #051a55;
    transform: translateY(-1px);
}

.btn-outline-brand {
    border: 1px solid #0d3c9c;
    color: #0d3c9c;
    background: #ffffff;
    font-weight: 700;
    line-height: 1.8;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    background: #0d3c9c;
    border-color: #0d3c9c;
    color: #ffffff;
}

.btn-login-nav {
    border-color: #f7bf18;
    color: #f7bf18;
    background: transparent;
}

.btn-login-nav:hover,
.btn-login-nav:focus {
    background: #f7bf18;
    color: #051a55;
}

.btn-signup-nav,
.btn-file-now-nav {
    background: #f7bf18;
    color: #051a55;
    border-color: #f7bf18;
}

.btn-signup-nav:hover,
.btn-signup-nav:focus,
.btn-file-now-nav:hover,
.btn-file-now-nav:focus {
    background: #ffd343;
    color: #051a55;
    border-color: #ffd343;
}

.page-hero {
    background: #f7bf18;
    border-bottom: 1px solid rgba(4, 26, 89, 0.2);
}

.page-hero h1,
.page-hero p,
.page-hero .text-muted,
.breadcrumb,
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
    color: #041a59 !important;
}

.content-card,
.benefit-card,
.price-card,
.testimonial-card,
.workflow-card,
.stat-card {
    border-color: var(--border);
}

.site-footer {
    background: #edf1f7;
    color: #0d224f;
}

.site-footer h5,
.site-footer h6,
.site-footer a {
    color: #041a59;
}

.site-footer .footer-links a {
    color: #0d224f;
}

.site-footer .footer-links a:hover {
    color: #0d3c9c;
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        background: #06266f;
        border: 1px solid rgba(255, 255, 255, 0.24);
    }
}

/* Filing Form: Prevent Text Cutoff/Overlap */
#filingForm .row > [class*="col-"] {
    min-width: 0;
}

#filingForm .form-label {
    overflow-wrap: anywhere;
}

#filingForm .form-select,
#filingForm .form-control {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    text-overflow: clip;
    overflow: visible;
}

#filingForm .form-select {
    padding-right: 2.25rem;
}

#filingForm .form-select option {
    white-space: normal;
}

#filingForm .vehicle-card .btn {
    white-space: nowrap;
}

.business-actions-wrap form {
    margin: 0;
}

.business-actions-wrap .btn {
    min-width: 74px;
}

/* Payment Method Disclaimer Styles */
#eftpsDisclaimer,
#cardDisclaimer,
#cmoDisclaimer {
    border-left: 4px solid var(--brand-green);
    background-color: rgba(227, 164, 1, 0.08);
    border-color: var(--brand-green);
}

#eftpsDisclaimer .form-check-label,
#cardDisclaimer .form-check-label,
#cmoDisclaimer .form-check-label {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text);
    margin-left: 0.5rem;
}

#eftpsDisclaimer .form-check-input,
#cardDisclaimer .form-check-input,
#cmoDisclaimer .form-check-input {
    border-color: var(--brand-green);
    accent-color: var(--brand-green);
    cursor: pointer;
    margin-top: 0.4rem;
}

.of2290-footer-brand a {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .brand-logo {
        width: 128px;
        max-height: 54px;
        object-fit: contain;
    }

    .of2290-brand-logo {
        width: 128px;
        max-height: 56px;
        object-fit: contain;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .brand-logo {
        width: 104px;
        max-height: 46px;
    }

    .of2290-brand-pill {
        padding: 0.42rem 0.58rem 0.42rem 0.28rem;
    }

    .of2290-brand-logo {
        width: 96px;
        max-height: 44px;
    }
}

/* Legal Policy Pages */
.legal-page {
    background: #072a77;
}

.legal-card {
    max-width: 930px;
    margin: 0 auto;
    border-radius: 0.5rem;
    padding: clamp(1.35rem, 4vw, 3.25rem);
}

.legal-card h2 {
    color: var(--brand-royal);
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 700;
    margin-top: 2.15rem;
    margin-bottom: 1rem;
    padding-bottom: 0.68rem;
    border-bottom: 3px solid var(--brand-green);
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p,
.legal-card li {
    color: #1d2f55;
    font-size: 1rem;
    line-height: 1.8;
}

.legal-card strong {
    color: var(--brand-blue);
}

.legal-highlight-box,
.legal-timeline-box {
    border-left: 4px solid var(--brand-royal);
    border-radius: 0.45rem;
    background: linear-gradient(135deg, rgba(13, 60, 156, 0.07), rgba(247, 191, 24, 0.08));
    padding: 1.15rem 1.25rem;
    margin: 1.2rem 0;
}

.legal-highlight-box strong,
.legal-timeline-box strong {
    display: block;
    margin-bottom: 0.35rem;
}

.legal-highlight-box p,
.legal-timeline-box p {
    margin-bottom: 0;
}
