/* QuoteMeVIP Theme - Tailwind CSS */

/* Tailwind Base */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

::before, ::after {
    --tw-content: '';
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button, [role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

/* Font Families */
.font-jost {
    font-family: 'Jost', Helvetica, Arial, sans-serif;
}

.font-poppins {
    font-family: 'Jost', sans-serif;
}

/* Utilities */
.container {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.m-0 {
    margin: 0px;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-px {
    height: 1px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-14 {
    height: 3.5rem;
}

.w-full {
    width: 100%;
}

.w-auto {
    width: auto;
}

.max-w-full {
    max-width: 100%;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-xl {
    max-width: 36rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0px;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
}

.self-start {
    align-self: flex-start;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-white {
    border-color: #ffffff;
}

.border-gray-100 {
    border-color: #f3f4f6;
}

.bg-white {
    background-color: #ffffff;
}

.bg-transparent {
    background-color: transparent;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-center {
    object-position: center;
}

.p-0 {
    padding: 0px;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pb-6 {
    padding-bottom: 8rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pb-48 {
    padding-bottom: 12rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pr-4 {
    padding-right: 1rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-\[1\.4px\] {
    letter-spacing: 1.4px;
}

.tracking-\[2\.4px\] {
    letter-spacing: 2.4px;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.underline {
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.rotate-0 {
    transform: rotate(0deg);
}

/* Custom Colors */
.text-\[\#24252b\] {
    color: #24252b;
}

.text-\[\#44454d\] {
    color: #44454d;
}

.text-\[\#fe3029\] {
    color: #fe3029;
}

.text-\[\#434449\] {
    color: #434449;
}

.text-\[\#686a75\] {
    color: #686a75;
}

.text-\[\#212124\] {
    color: #212124;
}

.text-\[\#00b67a\] {
    color: #00b67a;
}

.bg-\[\#fe3029\] {
    background-color: #fe3029;
}

.bg-\[\#e8e8e8\] {
    background-color: #e8e8e8;
}

.bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
}

.bg-\[\#122034\] {
    background-color: #122034;
}

.border-\[\#003e41\]\/20 {
    border-color: rgba(0, 62, 65, 0.2);
}

.border-black\/20 {
    border-color: rgba(0, 0, 0, 0.2);
}

/* Custom Shadows */
.shadow-\[0px_5px_12\.4px_1px_rgba\(0\,0\,0\,0\.05\)\] {
    box-shadow: 0px 5px 12.4px 1px rgba(0, 0, 0, 0.05);
}

.shadow-\[0px_0px_25\.3px_-9px_rgba\(0\,0\,0\,0\.16\)\] {
    box-shadow: 0px 0px 25.3px -9px rgba(0, 0, 0, 0.16);
}

.shadow-\[0px_0px_30px_-5px_rgba\(0\,0\,0\,0\.2\)\] {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
}

/* Custom Sizes */
.max-w-\[790px\] {
    max-width: 790px;
}

.max-w-\[1110px\] {
    max-width: 1110px;
}

.max-w-\[1490px\] {
    max-width: 1490px;
}

.max-w-\[1500px\] {
    max-width: 1500px;
}

.max-w-\[230px\] {
    max-width: 230px;
}

.min-h-\[72px\] {
    min-height: 72px;
}

.min-h-\[500px\] {
    min-height: 500px;
}

.h-\[43px\] {
    height: 43px;
}

.h-\[70px\] {
    height: 70px;
}

.h-\[82px\] {
    height: 82px;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[250px\] {
    height: 250px;
}

.h-\[446px\] {
    max-height: 446px;
}

.w-9 {
    width: 2.25rem;
}

.h-9 {
    height: 2.25rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.w-0\.5 {
    width: 0.125rem;
}

.h-0\.5 {
    height: 0.125rem;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-36 {
    width: 9rem;
}

.w-44 {
    width: 11rem;
}

.w-\[50px\] {
    width: 50px;
}

.h-\[50px\] {
    height: 50px;
}

.w-\[60px\] {
    width: 60px;
}

.h-\[60px\] {
    height: 60px;
}

.w-\[68\%\] {
    width: 68%;
}

.w-\[80px\] {
    width: 80px;
}

.w-\[90px\] {
    width: 90px;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[127px\] {
    width: 127px;
}

.w-\[143px\] {
    width: 143px;
}

.w-\[150px\] {
    width: 150px;
}

.w-\[166px\] {
    width: 166px;
}

.w-\[173px\] {
    width: 173px;
}

.h-\[29px\] {
    height: 29px;
}

.w-\[101px\] {
    width: 101px;
}

.h-\[17px\] {
    height: 17px;
}

.w-\[230px\] {
    width: 230px;
}

.h-\[50px\] {
    height: 50px;
}

.w-\[270px\] {
    width: 270px;
}

.rounded-\[15px\] {
    border-radius: 15px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

/* Gradient */
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[rgba\(226\,235\,247\,0\.26\)\] {
    --tw-gradient-from: rgba(226, 235, 247, 0.26);
    --tw-gradient-to: rgba(226, 235, 247, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(255\,255\,255\,0\.26\)\] {
    --tw-gradient-to: rgba(255, 255, 255, 0.26);
}

/* Custom Font Sizes */
.text-\[13px\] {
    font-size: 13px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[19px\] {
    font-size: 19px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[26px\] {
    font-size: 26px;
}

.text-\[46px\] {
    font-size: 46px;
}

/* Custom Line Heights */
.leading-\[22px\] {
    line-height: 22px;
}

.leading-\[30px\] {
    line-height: 30px;
}

.leading-\[46px\] {
    line-height: 46px;
}

.leading-\[61px\] {
    line-height: 61px;
}

.leading-\[75px\] {
    line-height: 75px;
}

/* Custom Spacing */
.px-\[193px\] {
    padding-left: 193px;
    padding-right: 193px;
}

.pt-\[80px\] {
    padding-top: 80px;
}

.pt-\[120px\] {
    padding-top: 120px;
}

.pb-\[56px\] {
    padding-bottom: 56px;
}

.top-\[30px\] {
    top: 30px;
}

.top-\[76px\] {
    top: 76px;
}

.top-\[100px\] {
    top: 100px;
}

.top-\[144px\] {
    top: 144px;
}

.bottom-\[20px\] {
    bottom: 20px;
}

.bottom-\[30px\] {
    bottom: 30px;
}

.bottom-\[80px\] {
    bottom: 80px;
}

.left-\[25\%\] {
    left: 25%;
}

.left-\[33\%\] {
    left: 33%;
}

.left-\[45\%\] {
    left: 45%;
}

.left-\[50\%\] {
    left: 50%;
}

.right-\[2\%\] {
    right: 2%;
}

.right-\[5\%\] {
    right: 5%;
}

.right-\[10\%\] {
    right: 10%;
}

.right-\[15\%\] {
    right: 15%;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-60 {
    opacity: 0.6;
}

/* Hover States */
.hover\:bg-\[\#e02920\]:hover {
    background-color: #e02920;
}

.hover\:text-\[\#fe3029\]:hover {
    color: #fe3029;
}

.hover\:bg-white:hover {
    background-color: #ffffff;
}

.hover\:gap-4:hover {
    gap: 1rem;
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.hover\:scale-110:hover {
    transform: scale(1.1);
}

.hover\:shadow-\[0px_0px_30px_-5px_rgba\(0\,0\,0\,0\.2\)\]:hover {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
}

.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
}

.group:hover .group-hover\:text-\[\#fe3029\] {
    color: #fe3029;
}

/* Focus States */
.focus\:not-sr-only:focus {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.focus\:absolute:focus {
    position: absolute;
}

.focus\:top-4:focus {
    top: 1rem;
}

.focus\:left-4:focus {
    left: 1rem;
}

.focus\:z-50:focus {
    z-index: 50;
}

.focus\:bg-white:focus {
    background-color: #ffffff;
}

.focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
}

.focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.focus\:text-\[\#fe3029\]:focus {
    color: #fe3029;
}

/* Grid */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Calc Heights */
.h-\[calc\(100\%-100px\)\] {
    height: calc(100% - 100px);
}

.h-\[calc\(100\%-144px\)\] {
    height: calc(100% - 144px);
}

/* Max Height for Accordion */
.max-h-0 {
    max-height: 0;
}

.max-h-\[500px\] {
    max-height: 500px;
}

/* FAQ Icon Positioning */
.faq-icon {
    position: relative;
}

.faq-icon-vertical {
    position: absolute;
}

/* List Style */
.list-none {
    list-style-type: none;
}

/* Responsive Breakpoints */

/* SM - 640px */
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
    
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .sm\:gap-4 {
        gap: 1rem;
    }
    
    .sm\:inline {
        display: inline;
    }
}

/* MD - 768px */
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* LG - 1024px */
@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
    
    .lg\:flex {
        display: flex;
    }
    
    .lg\:hidden {
        display: none;
    }
    
    .lg\:flex-row {
        flex-direction: row;
    }
    
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .lg\:items-start {
        align-items: flex-start;
    }
    
    .lg\:justify-between {
        justify-content: space-between;
    }
    
    .lg\:gap-3 {
        gap: 0.75rem;
    }
    
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    
    .lg\:gap-8 {
        gap: 2rem;
    }
    
    .lg\:gap-12 {
        gap: 3rem;
    }
    
    .lg\:p-4 {
        padding: 1rem;
    }
    
    .lg\:p-6 {
        padding: 1.5rem;
    }
    
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    .lg\:px-\[193px\] {
        padding-left: 193px;
        padding-right: 193px;
    }
    
    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    
    .lg\:pt-8 {
        padding-top: 2rem;
    }
    
    .lg\:pt-24 {
        padding-top: 6rem;
    }
    
    .lg\:pt-\[120px\] {
        padding-top: 120px;
    }
    
    .lg\:pb-56 {
        padding-bottom: 14rem;
    }
    
    .lg\:mb-4 {
        margin-bottom: 1rem;
    }
    
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    
    .lg\:mb-12 {
        margin-bottom: 3rem;
    }
    
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    
    .lg\:text-\[22px\] {
        font-size: 22px;
    }
    
    .lg\:text-\[26px\] {
        font-size: 26px;
    }
    
    .lg\:text-\[46px\] {
        font-size: 46px;
    }
    
    .lg\:leading-tight {
        line-height: 1.25;
    }
    
    .lg\:leading-8 {
        line-height: 2rem;
    }
    
    .lg\:leading-\[30px\] {
        line-height: 30px;
    }
    
    .lg\:leading-\[46px\] {
        line-height: 46px;
    }
    
    .lg\:leading-\[61px\] {
        line-height: 61px;
    }
    
    .lg\:leading-\[75px\] {
        line-height: 75px;
    }
    
    .lg\:min-h-\[620px\] {
        min-height: 620px;
    }
    
    .lg\:h-\[82px\] {
        height: 82px;
    }
    
    .lg\:h-\[250px\] {
        height: 250px;
    }
    
    .lg\:h-14 {
        height: 3.5rem;
    }
    
    .lg\:w-44 {
        width: 11rem;
    }
    
    .lg\:w-14 {
        width: 3.5rem;
    }
    
    .lg\:w-\[60px\] {
        width: 60px;
    }
    
    .lg\:h-\[60px\] {
        height: 60px;
    }
    
    .lg\:w-\[127px\] {
        width: 127px;
    }
    
    .lg\:w-\[143px\] {
        width: 143px;
    }
    
    .lg\:w-\[166px\] {
        width: 166px;
    }
    
    .lg\:w-\[270px\] {
        width: 270px;
    }
    
    .lg\:bottom-\[30px\] {
        bottom: 30px;
    }
    
    .lg\:left-\[33\%\] {
        left: 33%;
    }
    
    .lg\:left-\[50\%\] {
        left: 50%;
    }
    
    .lg\:right-\[5\%\] {
        right: 5%;
    }
    
    .lg\:right-\[15\%\] {
        right: 15%;
    }
    
    .lg\:top-\[76px\] {
        top: 76px;
    }
    
    .lg\:top-\[144px\] {
        top: 144px;
    }
    
    .lg\:h-\[calc\(100\%-144px\)\] {
        height: calc(100% - 144px);
    }
}

/* XL - 1280px */
@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* WordPress-specific overrides */
.entry-content a {
    color: #fe3029;
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

/* Skip Link */
.skip-link {
    background: #ffffff;
    color: #fe3029;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-decoration: none;
    z-index: 100000;
}

/* Menu item styling */
.menu-item a {
    transition: color 0.3s ease;
}

.menu-item a:hover {
    color: #fe3029;
}

/* WP Admin Bar Fix */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

/* Sticky footer layout */
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1 0 auto;
}

.site-footer {
    margin-top: auto;
}

/* ========================================
   HERO BANNER - STATIC (Matching Original)
   ======================================== */

/* No animations - static positioning like original */

/* ========================================
   BLOG ARCHIVE STYLES
   ======================================== */

/* Blog Hero */
.blog-hero {
    background: linear-gradient(180deg, #f9fbff 0%, #f6f8fb 40%, #f7f8fb 100%);
}

.blog-hero-gradient {
    position: absolute;
    left: 50%;
    top: -220px;
    transform: translateX(-50%);
    width: 1100px;
    height: 520px;
    background: radial-gradient(circle at 35% 30%, rgba(239,68,68,.16) 0%, rgba(37,99,235,.12) 40%, rgba(16,185,129,.09) 70%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.blog-skyline {
    margin-top: 14px;
    width: 100%;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
    box-shadow: 0 20px 38px rgba(17,24,39,.07);
}

.blog-skyline svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Blog Grid Layout */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 22px;
    align-items: start;
}

@media (max-width: 980px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog Cards */
.blog-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(17,24,39,.08);
}

.blog-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 2px;
}

.blog-section-head h2 {
    margin: 0;
    font-size: 14px;
    color: #334155;
    letter-spacing: .02em;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
}

.blog-section-head a {
    font-size: 12px;
    color: #6b7280;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
    transition: color 0.15s ease;
}

.blog-section-head a:hover {
    color: #111827;
}

/* Blog Pills (Category Cards) */
.blog-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 820px) {
    .blog-pills {
        grid-template-columns: 1fr;
    }
}

.blog-pillcard {
    border: 1px solid #eef2f7;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: transform 0.12s ease, border-color 0.12s ease;
}

.blog-pillcard:hover {
    transform: translateY(-1px);
    border-color: #e5e7eb;
}

.blog-pill-ico {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    border: 1px solid #eef2f7;
    background: #f9fafb;
    flex: 0 0 auto;
}

.blog-pillcard b {
    font-size: 13px;
    font-family: 'Jost', sans-serif;
    color: #111827;
}

.blog-pillcard small {
    display: block;
    color: #6b7280;
    font-weight: 700;
    font-size: 12px;
    margin-top: 2px;
    font-family: 'Jost', sans-serif;
}

.blog-svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* Blog Latest List */
.blog-latest-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-mini {
    display: flex;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    background: #fff;
    transition: transform 0.12s ease, border-color 0.12s ease;
}

.blog-mini:hover {
    transform: translateY(-1px);
    border-color: #e5e7eb;
}

.blog-thumb {
    width: 84px;
    height: 58px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    background: #e5e7eb;
    flex: 0 0 auto;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.blog-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 900;
    color: #6b7280;
    font-family: 'Jost', sans-serif;
}

.blog-dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    display: inline-block;
}

.blog-mini h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #111827;
}

.blog-mini p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Jost', sans-serif;
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 92px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media (max-width: 980px) {
    .blog-sidebar {
        position: relative;
        top: auto;
    }
}

.blog-side-card {
    padding: 14px;
}

.blog-side-title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 900;
    color: #334155;
    font-family: 'Jost', sans-serif;
}

/* Blog Checklist (Category Filter) */
.blog-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    background: #fff;
    transition: border-color 0.15s ease;
}

.blog-check:hover,
.blog-check.active {
    border-color: #fe3029;
}

.blog-check-dot {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid #e5e7eb;
    flex-shrink: 0;
    transition: all 0.15s ease;
}

.blog-check-dot.checked,
.blog-check.active .blog-check-dot {
    background: #fe3029;
    border-color: #fe3029;
}

.blog-check-label {
    font-size: 12px;
    font-weight: 800;
    color: #111827;
    font-family: 'Jost', sans-serif;
}

/* Blog Topics Grid */
.blog-topics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 820px) {
    .blog-topics-grid {
        grid-template-columns: 1fr;
    }
}

.blog-topic {
    border: 1px solid #eef2f7;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transition: transform 0.12s ease, border-color 0.12s ease;
}

.blog-topic:hover {
    transform: translateY(-1px);
    border-color: #e5e7eb;
}

.blog-topic-ill {
    width: 64px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    background: linear-gradient(180deg, #fff 0%, #f3f4f6 100%);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.blog-topic h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #111827;
}

.blog-topic p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 8px;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    font-family: 'Jost', sans-serif;
    transition: all 0.15s ease;
}

.blog-pagination a:hover {
    border-color: #fe3029;
    color: #fe3029;
}

.blog-pagination .current {
    background: #fe3029;
    border-color: #fe3029;
    color: #fff;
}

/* ========================================
   SINGLE POST STYLES
   ======================================== */

.blog-single-header {
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
    text-align: center;
}

.blog-single-cat {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-single-cat:hover {
    background: #fecaca;
}

.blog-single-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #6b7280;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
}

.blog-meta-dot {
    color: #d1d5db;
}

.blog-single-image {
    margin-bottom: 2rem;
}

.blog-featured-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(17,24,39,.1);
}

.blog-single-content {
    background: #fff;
}

/* Prose styles for post content */
.prose {
    color: #374151;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.prose h2 {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 2rem 0 1rem;
}

.prose h3 {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 1.5rem 0 0.75rem;
}

.prose p {
    margin: 1rem 0;
}

.prose a {
    color: #fe3029;
    text-decoration: underline;
}

.prose a:hover {
    text-decoration: none;
}

.prose ul,
.prose ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.prose li {
    margin: 0.5rem 0;
}

.prose ul li {
    list-style-type: disc;
}

.prose ol li {
    list-style-type: decimal;
}

.prose blockquote {
    border-left: 4px solid #fe3029;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6b7280;
}

.prose img {
    border-radius: 12px;
    margin: 1.5rem 0;
}

/* Post Tags */
.blog-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.blog-single-tags span {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    font-family: 'Jost', sans-serif;
}

.blog-single-tags a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    background: #f3f4f6;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    font-family: 'Jost', sans-serif;
    transition: all 0.15s ease;
}

.blog-single-tags a:hover {
    background: #fee2e2;
    color: #dc2626;
}

/* Author Box */
.blog-author-box {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.blog-author-avatar {
    flex-shrink: 0;
}

.blog-author-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.blog-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-author-label {
    font-size: 12px;
    color: #6b7280;
    font-family: 'Jost', sans-serif;
}

.blog-author-name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    font-family: 'Jost', sans-serif;
}

.blog-author-bio {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-top: 4px;
    font-family: 'Jost', sans-serif;
}

/* Related Posts */
.blog-related {
    background: #f6f8fb;
}

.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 820px) {
    .blog-related-grid {
        grid-template-columns: 1fr;
    }
}

/* Post Navigation */
.post-navigation {
    border-top: 1px solid #e5e7eb;
    padding: 2rem 0;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    max-width: 45%;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-family: 'Jost', sans-serif;
}

.post-navigation .nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    font-family: 'Jost', sans-serif;
    transition: color 0.15s ease;
}

.post-navigation a:hover .nav-title {
    color: #fe3029;
}

/* Additional Utility Classes */
.mt-3\.5 {
    margin-top: 0.875rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.left-4 {
    left: 1rem;
}

.right-4 {
    right: 1rem;
}

.max-w-\[1000px\] {
    max-width: 1000px;
}

.max-w-\[220px\] {
    max-width: 220px;
}

.h-12 {
    height: 3rem;
}

.lg\:h-12 {
    height: 3rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* ========================================
   HERO BANNER ANIMATIONS
   ======================================== */

/* Cityscape scaling */
.hero-cityscape {
    width: 100%;
    height: auto;
}

@media (max-width: 640px) {
    .hero-cityscape {
        width: 100%;
        height: auto;
        left: 0;
        transform: scaleY(1.1);
        transform-origin: bottom center;
        max-width: none;
    }
}

/* ----- CAR ANIMATIONS ----- */

/* Car track container - positioned on the road in background */
.hero-car-track {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 4;
    pointer-events: none;
}

/* RED CARS: Left → Right */
@keyframes carMoveRight {
    0% { 
        transform: translateX(-200px);
    }
    100% { 
        transform: translateX(calc(100vw + 200px));
    }
}

/* BLUE CARS: Right → Left */
@keyframes carMoveLeft {
    0% { 
        transform: translateX(calc(100vw + 200px));
    }
    100% { 
        transform: translateX(-200px);
    }
}

/* Red car 1 */
.car-red-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: carMoveRight 18s linear infinite;
}

/* Red car 2 - delayed for even spacing */
.car-red-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: carMoveRight 18s linear infinite;
    animation-delay: -9s;
}

/* Blue car 1 */
.car-blue-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: carMoveLeft 18s linear infinite;
}

/* Blue car 2 - delayed for even spacing */
.car-blue-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: carMoveLeft 18s linear infinite;
    animation-delay: -9s;
}

/* ----- CLOUD ANIMATIONS ----- */

/* Cloud track container */
.hero-cloud-track {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 150px;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

/* Mobile adjustments for animation tracks */
@media (max-width: 1023px) {
    .hero-car-track {
        bottom: -12px;
        height: 44px;
    }

    .car-red-1,
    .car-red-2,
    .car-blue-1,
    .car-blue-2 {
        width: 100px;
        height: auto;
    }

    .hero-cloud-track {
        top: 48px;
        bottom: 110px;
    }

    .cloud-1 {
        width: 120px;
        height: 20px;
    }

    .cloud-2 {
        width: 160px;
        height: 34px;
    }

    .cloud-3,
    .cloud-4 {
        width: 80px;
        height: 14px;
    }

    .cloud-5 {
        width: 42px;
        height: 12px;
    }
}

@media (max-width: 640px) {
    .car-red-1,
    .car-red-2,
    .car-blue-1,
    .car-blue-2 {
        width: 80px !important;
        height: auto !important;
    }
}

/* Slow drift animation */
@keyframes cloudDrift {
    0% { 
        transform: translateX(-200px);
    }
    100% { 
        transform: translateX(calc(100vw + 200px));
    }
}

/* Cloud base styles */
.hero-cloud {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 5 clouds with staggered timing */
.cloud-1 {
    top: 15%;
    width: 173px;
    height: 29px;
    animation: cloudDrift 80s linear infinite;
    animation-delay: 0s;
    opacity: 0.6;
}

.cloud-2 {
    top: 5%;
    width: 230px;
    height: 50px;
    animation: cloudDrift 90s linear infinite;
    animation-delay: -30s;
    opacity: 0.6;
}

.cloud-3 {
    top: 40%;
    width: 101px;
    height: 17px;
    animation: cloudDrift 70s linear infinite;
    animation-delay: -15s;
    opacity: 0.2;
}

.cloud-4 {
    top: 35%;
    width: 101px;
    height: 17px;
    animation: cloudDrift 85s linear infinite;
    animation-delay: -50s;
    opacity: 0.2;
}

.cloud-5 {
    top: 55%;
    width: 54px;
    height: 14px;
    animation: cloudDrift 75s linear infinite;
    animation-delay: -65s;
    opacity: 0.1;
}

/* ----- Z-INDEX UTILITIES ----- */
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.z-3 { z-index: 3; }
.z-4 { z-index: 4; }

/* ----- CENTERING UTILITIES ----- */
.left-1\/2 {
    left: 50%;
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.w-\[1500px\] {
    width: 1500px;
}

/* ========================================
   HERO FORM CONTAINER STYLES
   ======================================== */
.hero-form-container {
    position: relative;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Ensure form is centered */
.hero-form-container > * {
    margin-left: auto;
    margin-right: auto;
}

/* Style form elements within the hero form container */
.hero-form-container input[type="text"],
.hero-form-container input[type="email"],
.hero-form-container input[type="tel"],
.hero-form-container input[type="number"],
.hero-form-container input[type="url"],
.hero-form-container input[type="date"],
.hero-form-container select,
.hero-form-container textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    background-color: #f9fafb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-form-container input:focus,
.hero-form-container select:focus,
.hero-form-container textarea:focus {
    outline: none;
    border-color: #fe3029;
    box-shadow: 0 0 0 3px rgba(254, 48, 41, 0.1);
    background-color: #fff;
}

.hero-form-container label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #003195;
    margin-bottom: 6px;
    font-family: 'Jost', sans-serif;
}

.hero-form-container button[type="submit"],
.hero-form-container input[type="submit"],
.hero-form-container .wpcf7-submit,
.hero-form-container .gform_button,
.hero-form-container .wpforms-submit {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(180deg, #fe3029 0%, #e02821 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 14px rgba(254, 48, 41, 0.3);
}

.hero-form-container button[type="submit"]:hover,
.hero-form-container input[type="submit"]:hover,
.hero-form-container .wpcf7-submit:hover,
.hero-form-container .gform_button:hover,
.hero-form-container .wpforms-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 48, 41, 0.4);
}

.hero-form-container button[type="submit"]:active,
.hero-form-container input[type="submit"]:active {
    transform: translateY(0);
}

/* Form field spacing */
.hero-form-container .wpcf7-form p,
.hero-form-container .gform_fields > li,
.hero-form-container .wpforms-field {
    margin-bottom: 16px;
}

/* Remove default WordPress form margins */
.hero-form-container .wpcf7 form,
.hero-form-container .gform_wrapper,
.hero-form-container .wpforms-container {
    margin: 0;
    padding: 0;
}

/* ========================================
   BOARDWALK STEP FORM STYLES
   ======================================== */

/* Ensure hero text block has minimum height on subpage */
.hero-banner-minimal .text-center {
    min-height: 25vh;
}

/* Reduce extra white space before footer on /auto */
.page-auto .site-main {
    min-height: 100px !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.page-auto .hero-banner-minimal {
    margin-top: 100px !important;
    min-height: 100px !important;
    padding-bottom: 50px !important;
}

.page-auto #hero-subtext {
    display: none !important;
}

@media (max-width: 640px) {
    .page-auto .hero-cloud-track {
        display: none;
    }
}

.page-auto .hero-form-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}

/* Override Boardwalk promenade sizing so /auto shrinks to content */
.page-auto #promenade {
    min-height: 100px !important;
    height: auto !important;
    align-items: flex-start;
    padding: 0 10px !important;
}

/* Form container - transparent background */
#boardwalk {
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    background: transparent !important;
    margin: 0 auto;
    color: #44454d;
}

#boardwalk fieldset {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

#boardwalk .bw-select-input-container,
#boardwalk .bw-input-container {
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 auto;
}

/* Checkbox layout: box to the left of text */
#boardwalk .bw-checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
}

#boardwalk .bw-checkbox.bw-input {
    flex: 0 0 auto;
    margin-top: 4px;
}

#boardwalk .bw-checkbox-label {
    display: block;
    text-align: left;
}

#boardwalk .bw-checkbox-label.bw-rich-text-html {
    color: #78819D;
}

#boardwalk .bw-checkbox-label a {
    color: #003195;
    text-decoration: underline;
}

/* Form heading */
#boardwalk .bw-heading {
    font-family: 'Jost', sans-serif;
    width: 100%;
    color: #24252b !important;
    font-weight: bold;
    font-size: 2.5em !important;
    line-height: 1.5;
    text-align: center !important;
    margin: 0 0 16px 0;
    letter-spacing: normal;
}

@media (max-width: 640px) {
    #boardwalk .bw-heading {
        font-size: 1.4em !important;
    }
}

#boardwalk .bw-text {
    color: var(--text-color-secondary);
    font-size: 1.4em;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
}

/* Ensure Boardwalk text styles win over embedded defaults */
#boardwalk .bw-text {
    color: #24252b !important;
    font-size: 1.4em !important;
    text-align: center !important;
    line-height: 1.5 !important;
    width: 100% !important;
    margin: 0 0 0.5em 0 !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
}

/* Mobile override AFTER base !important so it wins by cascade */
@media (max-width: 640px) {
    #boardwalk .bw-text {
        font-size: 1em !important;
    }
}

/* Hide hidden inputs properly */
#boardwalk .bw-hidden-input-container {
    display: none !important;
}

/* Text input containers */
#boardwalk .bw-text-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

/* Labels */
#boardwalk .bw-text-input-label,
#boardwalk .bw-input-label,
#boardwalk .bw-text-input-label.bw-input-label {
    display: block !important;
}

#boardwalk .bw-input-label {
    width: 100%;
    color: #24252b !important;
    font-weight: bold;
    font-size: 1.4em !important;
    line-height: 1.5;
}

/* Text inputs */
/* Text inputs */
#boardwalk .bw-input[type="text"],
#boardwalk .bw-input[type="email"],
#boardwalk .bw-input[type="tel"],
#boardwalk .bw-input[type="number"] {
    width: 100%;
    flex: 1 1 auto;
    padding: 12px 16px;
    border: 2px solid #ecedf1;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    background-color: #ecedf1;
    backdrop-filter: blur(4px);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    text-align: left;
    margin-bottom: 20px;
}

/* Date inputs */
#boardwalk .bw-input[type="date"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ecedf1;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    background-color: #ecedf1;
    margin-bottom: 20px;
}

/* Stack label above input on small screens */
@media (max-width: 640px) {
    #boardwalk .bw-text-input-container {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    #boardwalk .bw-text-input-label,
    #boardwalk .bw-input-label {
        flex: 0 0 auto;
        width: 100%;
    }

    /* Prevent date input from overflowing container on mobile */
    #boardwalk .bw-date-input-container {
        max-width: 100%;
    }

    #boardwalk .bw-input[type="date"] {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        min-height: 2.7em;
        box-sizing: border-box;
        border-radius: 10px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 12px 40px 12px 16px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2344454d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 20px 20px;
    }
}

#boardwalk .bw-input[type="text"]:focus,
#boardwalk .bw-input[type="email"]:focus,
#boardwalk .bw-input[type="tel"]:focus,
#boardwalk .bw-input[type="number"]:focus {
    outline: none;
    border-color: #222e6f;
    box-shadow: 0 0 0 4px rgba(34, 46, 111, 0.1);
    background-color: #fff;
}

#boardwalk .bw-input::placeholder {
    color: #9ca3af;
    font-size: 16px;
}

/* Error messages */
#boardwalk .bw-input-error {
    display: block;
    font-size: 14px;
    color: #fe3029;
    margin-top: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

#boardwalk .bw-text-input-error.bw-input-error {
    color: #fe3029;
}

#boardwalk .bw-input-error[style*="display:none"],
#boardwalk .bw-input-error[style*="display: none"] {
    display: none !important;
}

/* Highlight the input that has an error message */
#boardwalk .bw-text-input-container:has(.bw-input-error:not([style*="display:none"]):not([style*="display: none"])) .bw-input {
    border-color: #fe3029 !important;
    box-shadow: 0 0 0 4px rgba(254, 48, 41, 0.12);
    background-color: #fff;
}

/* Primary button - Red #fe3029 */
#boardwalk .bw-button,
#boardwalk .bw-button-primary {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #fe3029;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: 0 4px 14px rgba(254, 48, 41, 0.35);
    text-transform: uppercase;
    margin-top: 2px;
}

#boardwalk .bw-button:hover,
#boardwalk .bw-button-primary:hover {
    transform: translateY(-2px);
    background: #e02821;
    box-shadow: 0 6px 20px rgba(254, 48, 41, 0.5);
}

#boardwalk .bw-button:active,
#boardwalk .bw-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(254, 48, 41, 0.3);
}

@media (max-width: 480px) {
    #boardwalk .bw-button,
    #boardwalk .bw-button-primary {
        font-size: 14px !important;
        padding: 12px 16px;
        letter-spacing: 0.3px;
        border-radius: 8px;
        white-space: nowrap;
    }
}

/* Narrower primary actions */
#boardwalk .bw-action.bw-button,
#boardwalk .bw-action.bw-button-primary,
#boardwalk .bw-action.bw-button.bw-button-primary {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #boardwalk .bw-action.bw-button,
    #boardwalk .bw-action.bw-button-primary,
    #boardwalk .bw-action.bw-button.bw-button-primary {
        width: 30% !important;
    }
}

/* Force primary action button color (override inline/external) */
#boardwalk .bw-action.bw-button.bw-button-primary {
    background: #fe3029 !important;
    background-color: #fe3029 !important;
    border-color: #fe3029 !important;
    color: #fff !important;
}

#boardwalk .bw-action.bw-button.bw-button-primary:hover {
    background: #e02821 !important;
    background-color: #e02821 !important;
}

#boardwalk .bw-action.bw-button.bw-button-primary:active,
#boardwalk .bw-action.bw-button.bw-button-primary:focus {
    background: #e02821 !important;
    background-color: #e02821 !important;
}

/* ========================================
   BOARDWALK RADIO BUTTON STYLES (Year Select, etc.)
   ======================================== */

#boardwalk .container,
#boardwalk #year-container,
#boardwalk [id$="-container"] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    overflow-y: auto;
    padding: 2px;
    margin-bottom: 12px;
}

/* Make mileage radios match year grid styling */
#boardwalk .bw-radio-input-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px;
    padding: 2px;
    margin-bottom: 12px;
}

#boardwalk .bw-radio-container {
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

#boardwalk .bw-radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    background: #ecedf1;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #44454d;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    backdrop-filter: blur(4px);
    width: 100%;
}

/* Center and fix width for Yes/No radio steps */
#boardwalk .bw-radio-input-container:has(input[value="yes"]):has(input[value="no"]) {
    justify-content: center;
}

#boardwalk .bw-radio-input-container:has(input[value="yes"]):has(input[value="no"]) .bw-radio-container {
    flex: 0 0 180px;
    max-width: 180px;
}

/* Keep Year options out of a scroll box */
#boardwalk #year-container {
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
}

/* Keep Make/Model options out of a scroll box */
#boardwalk #make-container,
#boardwalk #model-container {
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
}

/* Scrollbar styling */
#boardwalk .container::-webkit-scrollbar,
#boardwalk #year-container::-webkit-scrollbar {
    width: 6px;
}

#boardwalk .container::-webkit-scrollbar-track,
#boardwalk #year-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#boardwalk .container::-webkit-scrollbar-thumb,
#boardwalk #year-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

#boardwalk .container::-webkit-scrollbar-thumb:hover,
#boardwalk #year-container::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Hide default radio buttons */
#boardwalk .container input[type="radio"],
#boardwalk #year-container input[type="radio"],
#boardwalk .bw-radio-input-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style radio labels as buttons */
#boardwalk .container label,
#boardwalk #year-container label,
#boardwalk .bw-radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    background: #ecedf1;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #44454d;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    backdrop-filter: blur(4px);
}

#boardwalk #make-container label,
#boardwalk #model-container label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    background: #ecedf1;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #44454d;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    backdrop-filter: blur(4px);
}


#boardwalk .container label:hover,
#boardwalk #year-container label:hover,
#boardwalk #make-container label:hover,
#boardwalk #model-container label:hover,
#boardwalk .bw-radio-label:hover {
    border-color: #222e6f;
    background: rgba(255, 255, 255, 1);
    color: #222e6f;
}

/* Selected state - Navy blue #222e6f */
#boardwalk .container input[type="radio"]:checked + label,
#boardwalk #year-container input[type="radio"]:checked + label,
#boardwalk #make-container input[type="radio"]:checked + label,
#boardwalk #model-container input[type="radio"]:checked + label,
#boardwalk .bw-radio-input-container input[type="radio"]:checked + label,
#boardwalk .container label:has(input[type="radio"]:checked),
#boardwalk #year-container label:has(input[type="radio"]:checked),
#boardwalk #make-container label:has(input[type="radio"]:checked),
#boardwalk #model-container label:has(input[type="radio"]:checked),
#boardwalk .bw-radio-label:has(input[type="radio"]:checked) {
    background: #222e6f;
    border-color: #222e6f;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(34, 46, 111, 0.25);
}

/* Remove <br> tags in radio containers */
#boardwalk .container br,
#boardwalk #year-container br,
#boardwalk #make-container br,
#boardwalk #model-container br {
    display: none;
}

/* Focus state for accessibility */
#boardwalk .container input[type="radio"]:focus + label,
#boardwalk #year-container input[type="radio"]:focus + label,
#boardwalk #make-container input[type="radio"]:focus + label,
#boardwalk #model-container input[type="radio"]:focus + label,
#boardwalk .container label:has(input[type="radio"]:focus),
#boardwalk #year-container label:has(input[type="radio"]:focus),
#boardwalk #make-container label:has(input[type="radio"]:focus),
#boardwalk #model-container label:has(input[type="radio"]:focus) {
    outline: 2px solid #222e6f;
    outline-offset: 2px;
}

/* Responsive adjustments for radio grid */
@media (max-width: 640px) {
    #boardwalk .container,
    #boardwalk #year-container,
    #boardwalk [id$="-container"],
    #boardwalk .bw-radio-input-container {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 8px;
    }
    
    #boardwalk .container label,
    #boardwalk #year-container label {
        padding: 10px 6px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #boardwalk .container,
    #boardwalk #year-container,
    #boardwalk [id$="-container"],
    #boardwalk .bw-radio-input-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Four-column radio layout on desktop */
@media (min-width: 1024px) {
    #boardwalk .bw-radio-input-container {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
}

/* Boardwalk embedded default styles (migrated from inline <style>) */

/* Final overrides to ensure mileage grid layout */
#boardwalk .bw-radio-input-container {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

/* Yes/No steps: force two columns */
#boardwalk .bw-radio-input-container:has(input[value="yes"]):has(input[value="no"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

/* Two-option steps (e.g., valid/invalid) */
#boardwalk .bw-radio-input-container:has(input[value="valid"]):has(input[value="invalid"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

/* Fallback: exactly two radio options */
#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100%;
}

#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container {
    margin: 0 !important;
    justify-self: stretch;
}

#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container:nth-child(1) {
    justify-self: end;
}

#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container:nth-child(2) {
    justify-self: start;
}

#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container {
    width: 30% !important;
    flex: 0 0 30%;
}

/* Fallback: exactly three radio options */
#boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(3)):not(:has(> .bw-radio-container:nth-child(4))) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

@media (max-width: 640px) {
    #boardwalk .bw-radio-input-container {
        grid-template-columns: 1fr !important;
    }

    /* Two-option radios (Yes/No, Own/Rent, etc.): stacked, centered */
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container {
        width: 80% !important;
        flex: 0 0 80%;
    }
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container:nth-child(1),
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) .bw-radio-container:nth-child(2) {
        justify-self: center;
    }

    /* Three-option radios (Gender, Coverage, etc.): stacked, centered */
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(3)):not(:has(> .bw-radio-container:nth-child(4))) {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(3)):not(:has(> .bw-radio-container:nth-child(4))) .bw-radio-container {
        width: 80% !important;
    }

    /* Make all radio labels taller and wider on mobile */
    #boardwalk .bw-radio-label {
        padding: 16px 12px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    #boardwalk .bw-radio-input-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Keep 2-option and 3-option stacked even at 480px */
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(2)):not(:has(> .bw-radio-container:nth-child(3))) {
        grid-template-columns: 1fr !important;
    }
    #boardwalk .bw-radio-input-container:has(> .bw-radio-container:nth-child(3)):not(:has(> .bw-radio-container:nth-child(4))) {
        grid-template-columns: 1fr !important;
    }
}

/* Final Boardwalk color + centering overrides */
#boardwalk {
    --text-color: #003195;
}

.hero-form-container,
#boardwalk fieldset {
    text-align: center;
    align-items: center;
}

#boardwalk .bw-text-input-label,
#boardwalk .bw-input-label,
#boardwalk .bw-heading,
#boardwalk .bw-text {
    color: #24252b !important;
}

#boardwalk .bw-text {
    text-align: center !important;
}

#boardwalk .bw-input:focus,
#boardwalk .bw-input[type="text"]:focus,
#boardwalk .bw-input[type="email"]:focus,
#boardwalk .bw-input[type="tel"]:focus,
#boardwalk .bw-input[type="number"]:focus {
    border-color: #003195 !important;
    box-shadow: 0 0 0 4px rgba(0, 49, 149, 0.1) !important;
}

#boardwalk .container label:hover,
#boardwalk #year-container label:hover,
#boardwalk #make-container label:hover,
#boardwalk #model-container label:hover,
#boardwalk .bw-radio-label:hover {
    border-color: #003195 !important;
    color: #003195 !important;
    background: #fff !important;
}

#boardwalk .container input[type="radio"]:checked + label,
#boardwalk #year-container input[type="radio"]:checked + label,
#boardwalk #make-container input[type="radio"]:checked + label,
#boardwalk #model-container input[type="radio"]:checked + label,
#boardwalk .bw-radio-input-container input[type="radio"]:checked + label,
#boardwalk .container label:has(input[type="radio"]:checked),
#boardwalk #year-container label:has(input[type="radio"]:checked),
#boardwalk #make-container label:has(input[type="radio"]:checked),
#boardwalk #model-container label:has(input[type="radio"]:checked),
#boardwalk .bw-radio-label:has(input[type="radio"]:checked) {
    background: #003195 !important;
    border-color: #003195 !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 49, 149, 0.25) !important;
}

/* ========================================
   BOARDWALK OFFER WALL STYLES
   ======================================== */
#boardwalk .bw-offer-template {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    grid-template-areas:
        "image title button"
        "image text button";
    gap: 20px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    margin-bottom: 16px;
}

#boardwalk .bw-offer-template .bw-image {
    grid-area: image;
    width: 120px;
    height: auto;
    margin: 0;
    justify-self: start;
}

#boardwalk .bw-offer-template .bw-heading {
    grid-area: title;
    margin: 0;
    text-align: left !important;
    font-size: 1.25em !important;
    color: #24252b !important;
}

#boardwalk .bw-offer-template .bw-text,
#boardwalk .bw-offer-template .bw-rich-text-html {
    grid-area: text;
    margin: 0;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 0.95em !important;
    color: #24252b !important;
}

#boardwalk .bw-offer-template .bw-rich-text-html p {
    margin: 0;
}

#boardwalk .bw-offer-template .bw-button {
    grid-area: button;
    justify-self: end;
    width: auto !important;
    min-width: 220px;
    margin: 0;
    text-transform: none;
}

#boardwalk .bw-offer-template .bw-rich-text-html {
    margin-top: 6px;
}

/* Offer wall top-level heading/subheading (above cards) to black */
#boardwalk fieldset:has(.bw-offer-template) > .bw-heading,
#boardwalk fieldset:has(.bw-offer-template) > .bw-text {
    color: #24252b !important;
}

@media (max-width: 768px) {
    #boardwalk .bw-offer-template {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "title"
            "text"
            "button";
        text-align: center;
    }

    #boardwalk .bw-offer-template .bw-image {
        justify-self: center;
    }

    #boardwalk .bw-offer-template .bw-heading,
    #boardwalk .bw-offer-template .bw-text,
    #boardwalk .bw-offer-template .bw-rich-text-html {
        text-align: center !important;
    }

    #boardwalk .bw-offer-template .bw-button {
        justify-self: center;
        width: 100% !important;
        max-width: 320px;
    }
}

/* Center bw-image on the page */
#boardwalk .bw-image {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    align-self: center !important;
}

#boardwalk .bw-image-link {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    align-self: center !important;
    text-align: center;
}

/* Ensure fieldset centers direct child images */
#boardwalk fieldset > .bw-image {
    max-width: 300px;
    width: 100%;
    margin: 0 auto !important;
}

/* ========================================
   BOARDWALK PROGRESS BAR
   ======================================== */
.bw-progress-bar-wrap {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 34px;
    display: none;
}
.bw-progress-bar-wrap.is-visible {
    display: block;
}
.bw-progress-bar-label {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #003195;
    text-align: right;
    margin-bottom: 4px;
}
@media (max-width: 640px) {
    .bw-progress-bar-label {
        font-size: 12px;
    }
}
.bw-progress-bar-track {
    width: 100%;
    height: 10px;
    background-color: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
}
.bw-progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #003195 0%, #0046d4 100%);
    border-radius: 9999px;
    transition: width 0.4s ease;
    width: 0%;
    box-shadow: 0 0 8px rgba(0, 49, 149, 0.4);
}

/* Shimmer sweep animation */
@keyframes progressShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.bw-progress-bar-track::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: progressShimmer 2s infinite;
}

/* Highlight specific copy */
.qmvip-save-highlight {
    color: #24252b !important;
    margin-top: 16px;
    display: inline-block;
}

/* ========================================
   AVENGE AUTO LANDING PAGE (/auto-3, /auto-4)
   ======================================== */
.page-avenge-auto .site-main {
    min-width: 100% !important;
    background: #fff !important;
}
.page-avenge-auto .avenge-content-area {
    width: 100%;
    min-width: 100%;
}
.page-avenge-auto,
.page-avenge-auto body {
    background: #fff !important;
}
.page-avenge-auto #colophon {
    min-width: 100%;
    background: #fff !important;
}
.page-avenge-auto #colophon a {
    color: #44454d;
    text-decoration: none;
}
.page-avenge-auto #colophon a:hover {
    color: #fe3029;
}

/* Header phone button */
.avenge-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #24252b;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.avenge-header-phone:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #fe3029;
}
.avenge-header-phone svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .avenge-header-phone {
        padding: 6px 8px;
    }
    .avenge-header-phone-text {
        display: none;
    }
    .avenge-header-phone svg {
        width: 22px;
        height: 22px;
    }
}
