:root{--header-height:72px;--radius:10px;--primary:#d4a843;--primary-dark:#b8922e;--primary-rgb:212, 168, 67}.theme-dark{--color-bg:#0a0a0a;--color-surface:#141414;--color-card:#1a1a1a;--color-border:#2a2a2a;--color-gold:var(--primary);--color-gold-light:var(--primary-dark);--color-text:#fff;--color-text-muted:#9ca3af;--shadow:0 12px 40px #00000073}.theme-light{--color-bg:#f8f9fa;--color-surface:#fff;--color-card:#fff;--color-border:#e5e7eb;--color-gold:var(--primary);--color-gold-light:var(--primary-dark);--color-text:#1a1a2e;--color-text-muted:#6b7280;--shadow:0 2px 12px #00000014}.theme-light .site-header{background:#1a1a2e}.theme-light .vehicle-card{box-shadow:0 2px 12px #00000014}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.vehicle-form-right-section .fi-section-header-heading{color:var(--gray-500,#6b7280);letter-spacing:.01em;font-size:.75rem;font-weight:500}.vehicle-form-right-section .fi-section-header{padding-block:.25rem}.fi-ta-table tbody tr{border-bottom:1px solid #0000000f}.fi-ta-table tbody tr:hover{background:#00000005}.fi-ta-table tbody td{padding-top:.875rem;padding-bottom:.875rem}.filament-loading-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.filament-loading-overlay.is-visible{display:flex}.filament-loading-overlay .spinner{border:4px solid #ffffff4d;border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.filament-uploading-hint{color:rgba(var(--primary-rgb), .95);white-space:nowrap;margin-left:.5rem;font-size:.75rem;font-weight:600}.container{width:min(1200px,100% - 2rem);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#0a0a0aeb;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{flex-shrink:0;align-items:center;max-width:min(220px,45vw);display:flex}.logo img{object-fit:contain;width:auto;height:auto;max-height:60px;display:block}.site-nav{align-items:center;gap:1.25rem;display:flex}.site-nav a,.nav-dropdown__trigger{color:var(--color-text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.site-nav a:hover,.site-nav a.is-active,.nav-dropdown__trigger:hover,.nav-dropdown__trigger.is-active{color:var(--primary)}.nav-dropdown{position:relative}.nav-dropdown__trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;display:inline-flex}.nav-dropdown__chevron{border-bottom:2px solid;border-right:2px solid;width:.45rem;height:.45rem;transition:transform .2s;display:inline-block;transform:rotate(45deg)translateY(-2px)}.nav-dropdown:hover .nav-dropdown__chevron,.nav-dropdown.is-open .nav-dropdown__chevron,.nav-dropdown:focus-within .nav-dropdown__chevron{transform:rotate(-135deg)translateY(1px)}.nav-dropdown__menu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow);z-index:60;padding:.5rem 0;display:none;position:absolute;top:calc(100% + .5rem);left:0}.nav-dropdown__menu a{white-space:nowrap;padding:.65rem 1rem;display:block}.nav-dropdown__menu a:hover,.nav-dropdown__menu a.is-active{background:var(--color-card)}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{display:block}.header-phone{color:var(--primary);white-space:nowrap;font-weight:600}.menu-toggle{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem .75rem;display:none}.hero{background-image:url(/images/hero.jpg);background-position:50%;background-size:cover;align-items:flex-end;min-height:90vh;display:flex;position:relative}.hero:before{content:"";z-index:0;background:#0000004d;position:absolute;inset:0}.hero>*{z-index:1;position:relative}.hero__grid{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:end;gap:2rem;width:100%;min-height:90vh;padding-top:2rem;padding-bottom:40px;display:grid}.hero__visual{min-height:1px}.hero__content{max-width:560px}.hero__panel{border-bottom:2px solid var(--primary);background:#00000080;border-radius:8px;max-width:100%;padding:2rem}.hero__panel h1,.hero__panel .hero__sub,.hero__panel .hero__actions,.hero__panel .trust-badges,.hero__panel .trust-badges span{text-shadow:2px 2px 8px #000000d9}.hero h1{color:#fff;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15}.hero__sub{color:#e5e7eb;margin-bottom:2rem;font-size:1.1rem}.hero__panel .trust-badges{color:#e5e7eb}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.trust-badges{color:var(--color-text-muted);flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;display:flex}.trust-badges span{white-space:nowrap}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn--gold{background:var(--primary);color:#0a0a0a;border-color:var(--primary)}.btn--gold:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn--outline{color:var(--color-text);background:0 0;border-color:#ffffff59}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--green{color:#fff;background:#25d366;border-color:#25d366}.btn--block{width:100%}.filter-tabs{top:var(--header-height);z-index:40;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky}.filter-tabs__inner{scrollbar-width:none;gap:.25rem;padding:.5rem 0;display:flex;overflow-x:auto}.filter-tabs__inner::-webkit-scrollbar{display:none}.filter-tab{color:var(--color-text-muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.filter-tab:hover{color:var(--color-text)}.filter-tab.is-active{color:var(--primary);border-bottom-color:var(--primary)}.filter-tab__count{background:var(--color-card);border:1px solid var(--color-border);border-radius:999px;padding:.1rem .5rem;font-size:.75rem}.section{padding:4rem 0}.section--alt{background:var(--color-surface)}.section__header{text-align:center;margin-bottom:2.5rem}.section__header h2{margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.25rem)}.section__header p{color:var(--color-text-muted);margin:0}.vehicle-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.vehicle-grid--featured{grid-template-columns:repeat(4,1fr);gap:1rem}.vehicle-grid--featured .vehicle-card__body{gap:.5rem;padding:1rem}.vehicle-grid--featured .vehicle-card__title{font-size:1rem}.vehicle-grid--featured .vehicle-card__meta{gap:.5rem;font-size:.8rem}.vehicle-grid--featured .vehicle-card__price{font-size:1.05rem}.vehicle-grid--featured .vehicle-card__image-wrap{aspect-ratio:16/10}.vehicle-grid--featured .vehicle-card__specs{font-size:.75rem}.vehicle-grid--featured .vehicle-card__stock-type{font-size:.65rem}.vehicle-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);flex-direction:column;min-width:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.vehicle-card__micro-badges,.vehicle-card__stock-type{max-width:100%}.vehicle-card__title a{overflow-wrap:anywhere}.vehicle-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.vehicle-card__image-wrap{aspect-ratio:4/3;background:var(--color-surface);position:relative;overflow:hidden}.vehicle-card__image{object-fit:cover;width:100%;height:100%}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem}.badge--status{left:.75rem}.vehicle-card__sold-photo-badge{z-index:2;color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#ef4444f2;border-radius:10px;max-width:calc(100% - 1.3rem);padding:.55rem .7rem;font-size:1rem;font-weight:800;line-height:1;position:absolute;top:.65rem;left:.65rem;overflow:hidden}.badge--source{right:.75rem}.badge-in-stock{color:#fff;background:#22c55ee6}.badge-in-transit{color:#0a0a0a;background:#f59e0be6}.badge-reserved{color:#fff;background:#3b82f6e6}.badge-sold{color:#fff;background:#ef4444e6}.badge-jdm{color:#fff;background:#a855f7e6}.badge-local{color:#fff;background:#6b7280e6}.vehicle-card__body{flex-direction:column;flex:1;gap:.75rem;min-width:0;padding:1.25rem;display:flex}.vehicle-card__title{margin:0;font-size:1.1rem;font-weight:600}.vehicle-card__meta{color:var(--color-text-muted);flex-wrap:wrap;gap:1rem;font-size:.85rem;display:flex}.vehicle-card__price{color:var(--primary);margin:0;font-size:1.5rem;font-weight:700}.vehicle-card__price-note{color:var(--color-text-muted);margin:0;font-size:.75rem}.vehicle-card__driveaway{color:var(--color-text-muted);margin:0;font-size:.85rem}.vehicle-card__stock-type{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;align-self:flex-start;padding:.25rem .65rem;font-size:.7rem;font-weight:600;display:inline-block}.badge-stock-australian_delivered{color:#93c5fd;background:#2563eb33;border:1px solid #3b82f673}.badge-stock-jdm_import{color:#fca5a5;background:#7f1d1d59;border:1px solid #b91c1c80}.badge-stock-in_transit{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b73}.theme-light .badge-stock-australian_delivered{color:#1d4ed8;background:#3b82f61f}.theme-light .badge-stock-jdm_import{color:#991b1b;background:#b91c1c1a}.theme-light .badge-stock-in_transit{color:#b45309}.vehicle-card__micro-badges{flex-wrap:wrap;gap:.35rem;display:flex}.vehicle-card__micro-badge{color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:500;display:inline-block}.how-it-works{background:#111;padding:4.5rem 0}.theme-light .how-it-works{background:#e8eaed}.how-it-works__header{text-align:center;margin-bottom:2.5rem}.how-it-works__heading{color:var(--color-text);margin:0 auto .75rem;padding-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;display:inline-block;position:relative}.how-it-works__heading:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.how-it-works__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.how-it-works__item{min-width:0}.how-it-works__card{border-top:3px solid var(--primary);border-radius:var(--radius);text-align:center;background:#1a1a1a;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1.5rem 1.25rem 1.35rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 32px #0000004d}.theme-light .how-it-works__card{background:#fff;box-shadow:0 8px 32px #00000014}.how-it-works__card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000073,0 0 24px #d4a0171f}.theme-light .how-it-works__card:hover{box-shadow:0 16px 40px #0000001f,0 0 20px #d4a01726}.how-it-works__number{color:var(--primary);margin-bottom:.75rem;font-size:2.5rem;font-weight:700;line-height:1;display:block}.how-it-works__icon{color:var(--primary);margin-bottom:1rem}.how-it-works__icon svg{width:48px;height:48px;display:block}.how-it-works__title{color:var(--color-text);margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.how-it-works__text{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5;overflow:visible}.about-us{background:#161616;padding:4.5rem 0}.theme-light .about-us{background:#eceff1}.about-us__grid{grid-template-columns:1fr minmax(260px,320px);align-items:center;gap:3rem;display:grid}.about-us__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.about-us__heading{color:var(--color-text);margin:0 0 1.25rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.2}.about-us__body{color:var(--color-text-muted);max-width:52ch;margin:0 0 1rem;line-height:1.65}.about-us__meta{color:var(--color-text-muted);opacity:.85;margin:0 0 1.5rem;font-size:.9rem}.about-us__cta{display:inline-flex}.about-us__stats{margin:0}.about-us__stats-card{border-left:4px solid var(--primary);border-radius:var(--radius);background:#1a1a1a;flex-direction:column;gap:1.5rem;padding:1.75rem 1.5rem;display:flex;box-shadow:0 8px 32px #0000004d}.theme-light .about-us__stats-card{background:#fff;box-shadow:0 8px 32px #00000014}.about-us__stat{flex-direction:column;gap:.25rem;display:flex}.about-us__stat-value{color:var(--primary);font-size:2rem;font-weight:700;line-height:1}.about-us__stat-label{color:var(--color-text-muted);font-size:.8rem}.vehicle-card__body-type{color:var(--color-text-muted);margin:0;font-size:.9rem;font-weight:500}.vehicle-card__specs{color:var(--color-text-muted);flex-direction:column;gap:.35rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.vehicle-card__specs li{flex-wrap:wrap;gap:.35rem;display:flex}.vehicle-card__spec-label{color:var(--color-text);font-weight:600}.vehicle-card__pricing{margin-top:auto;padding-top:.25rem}.vehicle-card__cta{min-height:48px;margin-top:.5rem;font-size:1rem}.trust-strip{background:var(--color-surface);border-top:1px solid #d4a01733;border-bottom:1px solid #d4a01733;padding:1.25rem 0}.trust-strip__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .25rem;display:flex}.trust-strip__item{text-align:center;color:var(--color-text);opacity:.85;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s;display:flex}.trust-strip__item:hover{opacity:1}.trust-strip__item:not(:last-child):after{content:"·";color:var(--primary);opacity:.5;margin-left:.75rem;font-weight:400}.trust-strip__icon{font-size:1.25rem;line-height:1}.trust-strip__label{line-height:1.3}.listing-filters{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.listing-filters__count{color:var(--color-text-muted);margin:0;font-size:.95rem}.listing-filters__form{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.listing-filters__field{flex-direction:column;gap:.35rem;display:flex}.listing-filters__label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep{color:var(--color-text-muted);opacity:.6}.breadcrumb__current{color:var(--color-text)}.detail-sidebar__sticky{z-index:10;position:sticky;top:20px}.detail-price-note{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.85rem}.detail-driveaway{color:var(--color-text-muted);margin:0 0 1rem;font-size:.95rem}.detail-sidebar__btn{margin-bottom:.75rem}.detail-sidebar__btn--last{margin-bottom:0}.detail-mobile-bar{display:none}.section--vehicle-detail{padding-bottom:2rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.why-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);text-align:center;padding:1.5rem}.why-card__icon{margin-bottom:.75rem;font-size:2rem}.why-card h3{color:var(--primary);margin:0 0 .5rem;font-size:1rem}.why-card p{color:var(--color-text-muted);margin:0;font-size:.9rem}.listing-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.listing-toolbar__count{color:var(--color-text-muted)}.sort-select{background:var(--color-card);border:1px solid var(--color-border);color:var(--color-text);border-radius:8px;padding:.5rem 1rem;font-family:inherit}.empty-state{text-align:center;background:var(--color-card);border:1px dashed var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);padding:4rem 2rem}.pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2.5rem;display:flex}.pagination a,.pagination span{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:8px;padding:.5rem .85rem}.pagination a:hover{border-color:var(--primary);color:var(--primary)}.pagination .active span{background:var(--primary);color:#0a0a0a;border-color:var(--primary)}.detail-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.detail-grid>*{min-width:0}.gallery__main{aspect-ratio:4/3;border-radius:var(--radius);background:var(--color-card);border:none;border:1px solid var(--color-border);cursor:zoom-in;width:100%;max-width:100%;padding:0;display:block;overflow:hidden}.gallery__main-img{object-fit:cover;width:100%;max-width:100%;height:100%;transition:opacity .25s;display:block}.gallery__main-img.is-fading{opacity:0}.gallery__thumbs{scrollbar-width:thin;scrollbar-color:var(--primary) var(--color-surface);flex-wrap:nowrap;gap:.5rem;margin-top:.75rem;padding-bottom:.25rem;display:flex;overflow:auto hidden}.gallery__thumbs::-webkit-scrollbar{height:6px}.gallery__thumbs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.gallery__thumb{cursor:pointer;background:var(--color-surface);opacity:.75;border:2px solid #0000;border-radius:6px;flex:0 0 80px;width:80px;height:60px;padding:0;transition:opacity .2s,border-color .2s;overflow:hidden}.gallery__thumb.is-active,.gallery__thumb:hover{opacity:1;border-color:var(--primary)}.gallery__thumb img{object-fit:cover;width:80px;height:60px;display:block}.lightbox{z-index:200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox[hidden]{display:none}.lightbox__backdrop{cursor:pointer;background:#000000e0;position:absolute;inset:0}.lightbox__content{z-index:1;justify-content:center;align-items:center;width:min(92vw,1200px);max-height:92vh;padding:3rem 4rem;display:flex;position:relative}.lightbox__img{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:calc(92vh - 6rem);box-shadow:0 20px 60px #00000080}.lightbox__close{width:44px;height:44px;color:var(--color-text);cursor:pointer;z-index:2;background:#1a1a1ae6;border:none;border-radius:50%;font-size:1.75rem;line-height:1;transition:background .2s,color .2s;position:absolute;top:.5rem;right:.5rem}.lightbox__close:hover{background:var(--primary);color:#0a0a0a}.lightbox__nav{border:1px solid var(--color-border);width:48px;height:48px;color:var(--color-text);cursor:pointer;z-index:2;background:#1a1a1ae6;border-radius:50%;font-size:1.25rem;transition:background .2s,border-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{background:var(--primary);border-color:var(--primary);color:#0a0a0a}.lightbox__nav--prev{left:0}.lightbox__nav--next{right:0}.lightbox__counter{color:var(--color-text-muted);margin:0;font-size:.9rem;font-weight:500;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.detail-title{margin:0 0 .25rem;font-size:clamp(1.75rem,3vw,2.25rem)}.detail-stock{color:var(--color-text-muted);margin-bottom:1rem;font-size:.9rem}.specs-row{color:var(--color-text-muted);flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.status-banner{text-transform:uppercase;letter-spacing:.06em;border-radius:8px;margin-bottom:1rem;padding:.5rem 1rem;font-weight:700;display:inline-block}.status-banner--reserved{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f6}.status-banner--sold{color:#f87171;background:#ef444433;border:1px solid #ef4444}.sold-detail-banner{margin-top:.25rem;padding:.65rem 1.15rem;font-size:1.15rem}.tag-jdm{color:#c084fc;background:#a855f733;border:1px solid #a855f7;border-radius:6px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.content-tabs{margin-top:2rem}.content-tabs__nav{border-bottom:1px solid var(--color-border);gap:0;margin-bottom:1.5rem;display:flex}.content-tab-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-family:inherit;font-weight:500}.content-tab-btn.is-active{color:var(--primary);border-bottom-color:var(--primary)}.content-tab-panel{display:none}.content-tab-panel.is-active{display:block}.content-tab-panel.prose{color:var(--color-text-muted)}.content-tab-panel.prose h2,.content-tab-panel.prose h3{color:var(--color-text)}.content-tab-panel.prose a{color:var(--primary)}.content-tab-panel.prose ul{padding-left:1.25rem}.specs-table{border-collapse:collapse;width:100%}.specs-table th,.specs-table td{border-bottom:1px solid var(--color-border);text-align:left;padding:.75rem 1rem}.specs-table th{color:var(--color-text-muted);width:40%;font-weight:500}.feature-tags{flex-wrap:wrap;gap:.5rem;display:flex}.feature-tag{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.4rem .85rem;font-size:.85rem}.sidebar-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.sidebar-card h3{margin:0 0 1rem;font-size:1.1rem}.price-display{color:var(--primary);margin:0;font-size:2.25rem;font-weight:700}.price-special{border:1px solid var(--primary);background:#d4a0171f;border-radius:8px;margin:1rem 0;padding:1rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.35rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{background:var(--color-surface);border:1px solid var(--color-border);width:100%;color:var(--color-text);border-radius:8px;padding:.75rem 1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:120px}.alert-success{color:#86efac;background:#22c55e26;border:1px solid #22c55e;border-radius:8px;margin-bottom:1rem;padding:1rem}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:0;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-grid h4{color:var(--primary);margin:0 0 1rem;font-size:.95rem}.footer-grid p,.footer-grid li{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.9rem}.footer-grid ul{margin:0;padding:0;list-style:none}.footer-grid a:hover{color:var(--primary)}.footer-hours p{color:var(--color-text-muted);margin:.35rem 0;line-height:1.5}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);padding-top:1.5rem;font-size:.85rem}.maps-embed{border:0;border-radius:8px;width:100%;height:160px;margin-top:.75rem}.vehicle-search{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:1rem}.vehicle-search__form{gap:.9rem;display:grid}.vehicle-search__row{grid-template-columns:1.2fr 1.2fr 1fr 1fr;align-items:end;gap:.75rem;display:grid}.vehicle-search__field{gap:.35rem;min-width:0;display:grid}.vehicle-search__label{color:var(--color-text-muted);letter-spacing:.01em;font-size:.75rem;font-weight:600}.vehicle-search__input{border:1px solid var(--color-border);background:var(--color-card);width:100%;color:var(--color-text);border-radius:10px;outline:none;min-height:46px;padding:.7rem .85rem}.vehicle-search__input:focus{border-color:rgba(var(--primary-rgb), .6);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .18)}.vehicle-search__money{border:1px solid var(--color-border);background:var(--color-card);border-radius:10px;grid-template-columns:18px 1fr;align-items:center;gap:.35rem;min-height:46px;padding:0 .6rem;display:grid}.vehicle-search__prefix{color:var(--color-text-muted);font-weight:700}.vehicle-search__input--money{min-height:unset;background:0 0;border:none;padding:0}.vehicle-search__input--money:focus{box-shadow:none}.vehicle-search__actions{align-items:center;gap:.75rem;display:flex}.vehicle-search__submit{min-height:46px}.vehicle-search__clear{color:var(--color-text-muted);text-underline-offset:3px;font-weight:600;text-decoration:underline}.vehicle-search__clear:hover{color:var(--primary)}.hero-search-section{border-bottom:1px solid var(--color-border);background:#111;padding:1.75rem 0 1.25rem}.theme-light .hero-search-section{background:#e8eaed}.hero-search__grid{grid-template-columns:1.3fr 1.3fr .95fr auto auto;align-items:end;gap:.85rem;display:grid}.hero-search__field{gap:.35rem;min-width:0;display:grid}.hero-search__label{color:var(--color-text-muted);letter-spacing:.01em;font-size:.75rem;font-weight:600}.hero-search__input{width:100%;color:var(--color-text);background:#141414b3;border:1px solid #e5e7eb59;border-radius:10px;outline:none;min-height:46px;padding:.7rem .85rem}.hero-search__input:focus{border-color:rgba(var(--primary-rgb), .6);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .18)}.theme-light .hero-search__input{background:#fff;border-color:#e5e7eb}.hero-search__money{background:#141414b3;border:1px solid #e5e7eb59;border-radius:10px;grid-template-columns:18px 1fr;align-items:center;gap:.35rem;min-height:46px;padding:0 .6rem;display:grid}.theme-light .hero-search__money{background:#fff;border-color:#e5e7eb}.hero-search__prefix{color:var(--color-text-muted);font-weight:800}.hero-search__input--money{min-height:unset;color:var(--color-text);background:0 0;border:none;padding:0}.hero-search__input--money:focus{box-shadow:none}.hero-search__submit{white-space:nowrap;min-height:46px}.hero-search__clear{color:#9ca3aff2;text-underline-offset:3px;white-space:nowrap;margin-bottom:.1rem;font-weight:600;text-decoration:underline}.hero-search__clear:hover{color:var(--primary)}@media (width>=768px) and (width<=1023px){.vehicle-grid--featured{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.vehicle-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.how-it-works__grid{grid-template-columns:repeat(2,1fr)}.about-us__grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.trust-strip__inner{grid-template-columns:repeat(2,1fr);justify-items:center;gap:.75rem 1rem;display:grid}.trust-strip__item{opacity:.85;flex-direction:column;gap:.25rem;font-size:.8rem}.trust-strip__item:not(:last-child):after{display:none}.listing-filters{flex-direction:column;align-items:stretch}.listing-filters__form{flex-direction:column;width:100%}.listing-filters__field,.listing-filters__field .sort-select{width:100%}.vehicle-search__row{grid-template-columns:1fr}.vehicle-search__actions{flex-direction:column;align-items:stretch}.vehicle-search__clear{text-align:center}.hero-search__grid{grid-template-columns:1fr;gap:.9rem}.hero-search__submit{width:100%}.hero-search__clear{text-align:center;margin-bottom:0}.vehicle-card__cta{min-height:52px}.vehicle-card__sold-photo-badge{border-radius:8px;padding:.4rem .55rem;font-size:.95rem;top:.5rem;left:.5rem}.detail-sidebar__sticky{position:static}.detail-mobile-bar{z-index:45;padding:.75rem 1rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom));background:var(--color-surface);border-top:1px solid var(--color-border);gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000040}.detail-mobile-bar__btn{flex:1;justify-content:center;min-height:56px;margin:0}.section--vehicle-detail{padding-bottom:6rem}.hero{align-items:center;min-height:60vh;max-height:none}.hero__grid{text-align:center;min-height:60vh;max-height:none;padding-top:calc(var(--header-height) + 1.25rem);grid-template-columns:1fr;place-items:center;padding-bottom:1.25rem;overflow:visible}.hero__panel{max-height:none;overflow:visible}.logo img{max-height:45px}.hero__grid{box-sizing:border-box}.hero__visual{display:none}.hero__content{grid-column:1;width:100%;max-width:none}.hero__panel{text-align:center;padding:1.25rem}.how-it-works__grid{grid-template-columns:1fr;gap:1rem}.how-it-works__card{width:100%;padding:1.25rem 1rem}.how-it-works__text{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.about-us__grid{grid-template-columns:1fr}.about-us__text{order:1}.about-us__stats{order:2;width:100%}.about-us__stats-card{width:100%}.about-us__body{max-width:none}.about-us__cta{justify-content:center;width:100%}.vehicle-card__micro-badges{gap:.25rem}.vehicle-card__title{font-size:1rem}.hero__actions,.trust-badges{justify-content:center}.site-header__inner{position:relative}.site-nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 24px #00000040}.site-nav.is-open{display:flex}.site-nav>a,.nav-dropdown__trigger{text-align:left;width:100%;padding:.75rem 0}.header-phone{border-top:1px solid var(--color-border);margin-top:.25rem;padding:.75rem 0}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{display:none}.nav-dropdown__menu{min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:0 0 0 1rem;display:none;position:static}.nav-dropdown.is-open .nav-dropdown__menu{display:block}.nav-dropdown__menu a{padding:.6rem 0}.menu-toggle{display:block}.vehicle-grid,.vehicle-grid--featured,.why-grid,.footer-grid{grid-template-columns:1fr}.footer-hours p{word-wrap:break-word}}.filament-photo-grid.fi-fo-file-upload,.filament-photo-grid .filepond--list{width:100%!important}.filament-photo-grid .filepond--list{grid-template-columns:repeat(5,1fr)!important;gap:8px!important;display:grid!important}.filament-photo-grid .filepond--file-info{display:none!important}.filament-photo-grid .filepond--item{box-sizing:border-box!important;width:100%!important;max-width:none!important;height:150px!important;margin:0!important;padding:4px!important}.filament-photo-grid .filepond--panel-root,.filament-photo-grid .filepond--image-preview-wrapper{box-shadow:none!important;background:0 0!important}.filament-photo-grid .filepond--item-panel{background:0 0!important}.filament-photo-grid .filepond--image-preview{object-fit:cover!important;width:100%!important;height:100%!important}.filament-photo-grid .filepond--image-preview-overlay{display:none!important}.filament-photo-grid .filepond--image-clip{width:100%!important;height:150px!important}.filament-photo-grid .filepond--image-clip canvas,.filament-photo-grid .filepond--image-clip img{object-fit:cover!important;width:100%!important;height:100%!important}.legal-page .container{max-width:720px}.legal-page h1{margin-bottom:.5rem}.legal-page__updated{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem}.legal-page h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}.legal-page p,.legal-page li{color:var(--color-text-muted);line-height:1.7}.legal-page ul{margin:.75rem 0 1rem;padding-left:1.25rem}.legal-page a{color:var(--primary)}.legal-page__contact{padding-left:0;list-style:none}.footer-bottom a{color:var(--color-text-muted);margin-left:1rem;font-size:.875rem}.footer-bottom a:hover{color:var(--primary)}.logo__text{color:#fff;letter-spacing:.02em;font-size:1.35rem;font-weight:700}.footer-logo{object-fit:contain;width:auto;max-height:54px;margin-bottom:1rem}.footer-social{gap:1rem;margin-top:.5rem;display:flex}.contact-intro,.contact-hours p{color:var(--color-text-muted);max-width:560px}.contact-hours p{margin:.25rem 0}.footer-social a{color:var(--primary);font-size:.9rem}.footer-social a:hover{color:var(--primary-dark)}.dealer-automobex .hero.hero--branded{background:linear-gradient(135deg,#0a1628 0%,#000 100%)}.dealer-automobex .hero.hero--branded:before{background:radial-gradient(80% 60% at 20% 40%,#4a90d938 0%,#0000 55%),radial-gradient(50% 40% at 85% 20%,#1b3f7a59 0%,#0000 50%)}.dealer-automobex .hero__panel{border-bottom-color:var(--primary)}.dealer-automobex .btn--outline:hover{border-color:var(--primary);color:var(--primary)}.why-choose__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-choose__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);border-top:3px solid var(--primary);padding:1.75rem}.why-choose__title{color:var(--color-text);margin:0 0 .75rem;font-size:1.15rem}.why-choose__text{color:var(--color-text-muted);margin:0;line-height:1.65}.trading-hours__inner{text-align:center;max-width:640px}.trading-hours__heading{margin:0 0 1rem;font-size:1.75rem}.trading-hours__lines p{color:var(--color-text-muted);margin:.35rem 0;font-size:1.05rem}@media (width<=900px){.why-choose__grid{grid-template-columns:1fr}}.superadmin-dealers-table .fi-ta-content{overflow-x:auto}.superadmin-dealers-table .fi-ta-table th:last-child,.superadmin-dealers-table .fi-ta-table td:last-child{z-index:2;background-color:var(--color-white,#fff);position:sticky;right:0;box-shadow:-6px 0 12px #0000000f}.superadmin-dealers-table .fi-ta-table thead th:last-child{z-index:3}body.theme-automobex a{color:inherit}body.theme-automobex .am-nav{color:#fff;z-index:50;background:#0d2137;position:sticky;top:0}body.theme-automobex .am-nav__inner{justify-content:space-between;align-items:center;gap:1.25rem;height:72px;display:flex}body.theme-automobex .am-nav__logo-img{object-fit:contain;width:auto;height:50px}body.theme-automobex .am-nav__links{align-items:center;gap:1.25rem;display:flex}body.theme-automobex .am-nav__links a{color:#ffffffe6;font-weight:500}body.theme-automobex .am-nav__links a.is-active{color:#4a90d9;border-bottom:2px solid #4a90d9;padding-bottom:.25rem}body.theme-automobex .am-nav__phone{color:#fff;white-space:nowrap;font-weight:600}body.theme-automobex .am-nav__toggle{color:#fff;border-color:#ffffff59;display:none}@media (width<=900px){body.theme-automobex .am-nav__links{display:none}body.theme-automobex .am-nav__toggle{display:inline-flex}}body.theme-automobex .site-header{background:#0d2137;border-bottom:1px solid #ffffff14}body.theme-automobex .site-header__inner{align-items:center;gap:1.5rem;height:92px;display:flex}body.theme-automobex .site-header__inner .logo{flex:none}body.theme-automobex .site-header__inner .logo__img{object-fit:contain;width:auto;height:65px}body.theme-automobex .site-header__inner .site-nav{flex:auto;justify-content:center;align-items:center;gap:18px;display:flex;position:relative}body.theme-automobex .site-header__inner .site-nav:before{content:"";z-index:0;background:#1b3f7a;border-radius:50px;width:min(640px,100%);height:44px;position:absolute;left:50%;transform:translate(-50%)}body.theme-automobex .site-header__inner .site-nav>*{z-index:1;position:relative}body.theme-automobex .site-nav a,body.theme-automobex .site-nav .nav-dropdown__trigger{color:#fff;font-size:15px;font-weight:500}body.theme-automobex .site-nav a.is-active,body.theme-automobex .site-nav .nav-dropdown__trigger.is-active{color:#4a90d9}body.theme-automobex .site-nav a:hover,body.theme-automobex .site-nav .nav-dropdown__trigger:hover{color:#fff;text-decoration:none}body.theme-automobex .site-nav a:hover:after,body.theme-automobex .site-nav .nav-dropdown__trigger:hover:after{content:"";background:#4a90d9;border-radius:999px;height:2px;position:absolute;bottom:-8px;left:0;right:0}body.theme-automobex .site-nav .header-phone{text-align:right;color:#fff;background:0 0;border:0;flex-direction:column;align-items:flex-end;gap:2px;padding:0;font-weight:800;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}body.theme-automobex .site-nav .header-phone:before{content:"CONTACT US";color:#4a90d9;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:800}body.theme-automobex .site-nav .header-phone:after{content:"sales@automobex.com.au";color:#e5e7ebd9;font-size:12px;font-weight:500}@media (width<=900px){body.theme-automobex .site-header__inner .site-nav:before,body.theme-automobex .site-nav .header-phone{display:none}}body.theme-automobex .am-btn{border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.95rem 1.65rem;font-weight:700;transition:all .2s;display:inline-flex}body.theme-automobex .am-btn--primary{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .am-btn--primary:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex .am-btn--outline{color:#fff;background:0 0;border-color:#ffffffa6}body.theme-automobex .am-btn--outline:hover{color:#0d2137;background:#fff;border-color:#fff}body.theme-automobex .am-btn--navy{color:#fff;background:#0d2137;border-color:#0d2137}body.theme-automobex .am-btn--navy:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex .am-center{justify-content:center;display:flex}body.theme-automobex .am-hero{color:#fff;background:#0d2137}body.theme-automobex .am-hero__grid{grid-template-columns:60% 40%;min-height:78vh;display:grid}body.theme-automobex .am-hero__left{align-items:center;padding:3.5rem 2rem;display:flex;position:relative;overflow:hidden}body.theme-automobex .am-hero__content{z-index:2;max-width:720px;margin-left:auto;margin-right:auto;position:relative}body.theme-automobex .am-hero__left:before{content:"";z-index:0;pointer-events:none;mix-blend-mode:normal;opacity:1;background:radial-gradient(circle at 10% 90%,#4a90d924 0%,#4a90d900 55%),linear-gradient(135deg,#4a90d914 0%,#4a90d900 55%),repeating-linear-gradient(135deg,#4a90d90f 0 1px,#4a90d900 1px 14px);position:absolute;inset:0}body.theme-automobex .am-hero__left:after{content:"";z-index:1;pointer-events:none;clip-path:polygon(0% 20%,55% 0%,100% 35%,85% 85%,25% 100%,0% 75%);opacity:.75;background:linear-gradient(25deg,#4a90d914 0%,#4a90d900 45%),linear-gradient(140deg,#4a90d900 0%,#4a90d912 40%,#4a90d900 70%);position:absolute;inset:-20% -10% -10% -20%}body.theme-automobex .am-hero__label{letter-spacing:3px;text-transform:uppercase;color:#4a90d9;margin:0 0 .75rem;font-size:.8rem;font-weight:700}body.theme-automobex .am-hero__heading{margin:0 0 1rem;font-size:clamp(2.4rem,4.8vw,3.8rem);font-weight:800;line-height:1.04}body.theme-automobex .am-hero__subtext{color:#ffffffd1;max-width:560px;margin:0 0 2rem;font-size:1.1rem;line-height:1.6}body.theme-automobex .am-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}body.theme-automobex .am-hero__right{background-image:url(/images/dealers/automobex-hero.jpg);background-position:50%;background-size:cover;position:relative;overflow:hidden}body.theme-automobex .am-hero__watermark{display:none}@media (width<=900px){body.theme-automobex .am-hero__grid{grid-template-columns:1fr;min-height:auto}body.theme-automobex .am-hero__right{display:none}}body.theme-automobex .am-stats{background:#f5f7fa;padding:1.5rem 0}body.theme-automobex .am-stats__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}body.theme-automobex .am-stats__value{color:#0d2137;font-size:1.35rem;font-weight:800}body.theme-automobex .am-stats__label{color:#6b7280;margin-top:.35rem}@media (width<=900px){body.theme-automobex .am-stats__grid{grid-template-columns:1fr 1fr}}body.theme-automobex .am-section-header h2{color:#0d2137;margin:0 0 1.25rem;font-size:2rem;font-weight:800}body.theme-automobex .am-section-header--light h2{color:#fff}body.theme-automobex .badge,body.theme-automobex .status-banner,body.theme-automobex .badge-stock{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .badge--status{color:#fff!important;background:#4a90d9!important;border-color:#4a90d9!important}body.theme-automobex .am-why{background:#0d2137}body.theme-automobex .am-why__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}body.theme-automobex .am-why__card{color:#fff;background:#1b3f7a;border-top:4px solid #4a90d9;border-radius:12px;padding:1.75rem}body.theme-automobex .am-why__card h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:800}body.theme-automobex .am-why__card p{color:#ffffffd1;margin:0;line-height:1.6}@media (width<=900px){body.theme-automobex .am-why__grid{grid-template-columns:1fr}}body.theme-automobex .am-hours{color:#fff;background:#4a90d9;padding:1.25rem 0}body.theme-automobex .am-hours__inner{text-align:center}body.theme-automobex .am-hours__line{margin:0;font-weight:800}body.theme-automobex .am-hours__sub{color:#ffffffeb;margin:.35rem 0 0}body.theme-automobex .am-hours__sep{opacity:.7;margin:0 .5rem}body.theme-automobex .am-footer{color:#ffffffe0;background:#0a1628;padding-top:3rem}body.theme-automobex .am-footer__grid{grid-template-columns:1.2fr 1fr 1.2fr;gap:2rem;padding-bottom:2.25rem;display:grid}body.theme-automobex .am-footer h4{color:#fff;margin:0 0 .75rem}body.theme-automobex .am-footer a{color:#ffffffe0}body.theme-automobex .am-footer a:hover{color:#4a90d9}body.theme-automobex .am-footer__tagline{color:#ffffffc7;max-width:320px;margin-top:.75rem}body.theme-automobex .am-footer__social{gap:1rem;margin-top:.75rem;display:flex}body.theme-automobex .am-footer__sep{opacity:.55;margin:0 .4rem}body.theme-automobex .am-footer__bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff14;padding:1rem 1.25rem;font-size:0}body.theme-automobex .am-footer__bottom:before{content:"© 2026 Automobex PTY Ltd. All Rights Reserved.";font-size:.9rem}@media (width<=900px){body.theme-automobex .am-footer__grid{grid-template-columns:1fr}}body.theme-automobex .am-contact h1{color:#0d2137}body.theme-automobex .am-contact__intro,body.theme-automobex .am-contact__hours p{color:#6b7280;max-width:560px}body.theme-automobex .am-contact .sidebar-card{background:#0d2137;border:1px solid #4a90d92e}body.theme-automobex .am-contact .sidebar-card h3,body.theme-automobex .am-contact .enquiry-form label{color:#fff}body.theme-automobex .am-contact .enquiry-form input,body.theme-automobex .am-contact .enquiry-form textarea{color:#0d2137;background:#f5f7fa;border:1px solid #4a90d959}body.theme-automobex .am-contact .enquiry-form input::placeholder,body.theme-automobex .am-contact .enquiry-form textarea::placeholder{color:#9ca3af}body.theme-automobex .am-contact .enquiry-form input:focus,body.theme-automobex .am-contact .enquiry-form textarea:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d92e}body.theme-automobex .am-contact .enquiry-form .btn--gold{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .am-contact .enquiry-form .btn--gold:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex main{background:#f5f7fa}body.theme-automobex .vehicle-search{background:#0d2137;border:1px solid #ffffff14}body.theme-automobex .vehicle-search__label{color:#ffffffe6}body.theme-automobex .vehicle-search__input,body.theme-automobex .sort-select{color:#0d2137;background:#fff;border:1px solid #4a90d940}body.theme-automobex .vehicle-search__input:focus,body.theme-automobex .sort-select:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d929}body.theme-automobex .vehicle-search__prefix{color:#0d2137d9}body.theme-automobex .listing-filters__count{color:#0d2137}body.theme-automobex .listing-filters__label{color:#374151}body.theme-automobex .vehicle-search__submit.btn--gold,body.theme-automobex .btn--gold.vehicle-search__submit{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .vehicle-search__submit.btn--gold:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex .section--vehicle-detail{background:#f5f7fa}body.theme-automobex .section--vehicle-detail .container{color:#0d2137}body.theme-automobex .breadcrumb a{color:#1b3f7a}body.theme-automobex .detail-title,body.theme-automobex .detail-stock,body.theme-automobex .specs-row strong{color:#0d2137}body.theme-automobex .tag-jdm{color:#fff;background:#4a90d9}body.theme-automobex .detail-sidebar__sticky.sidebar-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 28px #0d21371a}body.theme-automobex .price-display{color:#0d2137;font-weight:900}body.theme-automobex .detail-sidebar__sticky .btn--gold{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .detail-sidebar__sticky .btn--gold:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex .detail-sidebar__sticky .enquiry-form label{color:#0d2137}body.theme-automobex .detail-sidebar__sticky .enquiry-form input,body.theme-automobex .detail-sidebar__sticky .enquiry-form textarea{color:#0d2137;background:#f5f7fa;border:1px solid #4a90d940}body.theme-automobex .detail-sidebar__sticky .enquiry-form input:focus,body.theme-automobex .detail-sidebar__sticky .enquiry-form textarea:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d929}body.theme-automobex .am-contact__form .btn,body.theme-automobex .am-contact__form button,body.theme-automobex .am-contact__form input[type=\"submit\"]{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .am-contact__form .btn:hover,body.theme-automobex .am-contact__form button:hover,body.theme-automobex .am-contact__form input[type=\"submit\"]:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex{color:#0d2137;background:#f5f7fa}body.theme-automobex .am2-main{background:#f5f7fa}body.theme-automobex .am2-nav__bar{color:#fff;background:#0d2137}body.theme-automobex .am2-nav__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;height:96px;display:grid}body.theme-automobex .am2-nav__logo-img{object-fit:contain;width:auto;height:55px}body.theme-automobex .am2-nav__center{justify-content:center;display:flex}body.theme-automobex .am2-nav__pill{background:#1b3f7a;border-radius:50px;align-items:center;gap:18px;padding:10px 30px;display:flex}body.theme-automobex .am2-nav__pill a,body.theme-automobex .am2-nav__dropdown-trigger{color:#fff;background:0 0;border:0;padding:0;font-size:15px;font-weight:500;position:relative}body.theme-automobex .am2-nav__dropdown-trigger{cursor:pointer}body.theme-automobex .am2-nav__pill a.is-active,body.theme-automobex .am2-nav__dropdown-trigger.is-active,body.theme-automobex .am2-nav__pill a:hover,body.theme-automobex .am2-nav__dropdown-trigger:hover{color:#4a90d9}body.theme-automobex .am2-nav__dropdown{position:relative}body.theme-automobex .am2-nav__dropdown-menu{z-index:50;background:#0a1628;border:1px solid #ffffff14;border-radius:14px;min-width:220px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0}@media (width>=901px){body.theme-automobex .am2-nav__dropdown:hover .am2-nav__dropdown-menu{display:block}}body.theme-automobex .am2-nav__dropdown.is-open .am2-nav__dropdown-menu{display:block}body.theme-automobex .am2-nav__dropdown-menu a{color:#ffffffeb;border-radius:10px;padding:10px 12px;display:block}body.theme-automobex .am2-nav__dropdown-menu a:hover{color:#fff;background:#4a90d91f}body.theme-automobex .am2-nav__contact{text-align:right;flex-direction:column;justify-self:end;gap:3px;display:flex}body.theme-automobex .am2-nav__contact-label{letter-spacing:.14em;text-transform:uppercase;color:#4a90d9;font-size:11px;font-weight:800}body.theme-automobex .am2-nav__contact-phone{color:#fff;font-size:18px;font-weight:800}body.theme-automobex .am2-nav__contact-email{color:#e5e7ebc7;font-size:12px}body.theme-automobex .am2-nav__toggle{color:#fff;background:0 0;border:1px solid #ffffff59;border-radius:10px;padding:.55rem .75rem;display:none}@media (width<=900px){body.theme-automobex .am2-nav__inner{grid-template-columns:1fr auto}body.theme-automobex .am2-nav__center,body.theme-automobex .am2-nav__contact{display:none}body.theme-automobex .am2-nav__toggle{justify-self:end;display:inline-flex}body.theme-automobex [data-site-nav].is-open .am2-nav__pill{z-index:60;background:#0a1628;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;align-items:stretch;gap:10px;padding:14px;position:absolute;top:96px;left:16px;right:16px}}body.theme-automobex .am2-btn{border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.35rem;font-weight:800;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}body.theme-automobex .am2-btn--block{width:100%}body.theme-automobex .am2-btn--primary{color:#fff;background:#4a90d9;border-color:#4a90d9}body.theme-automobex .am2-btn--primary:hover{background:#1b3f7a;border-color:#1b3f7a;transform:translateY(-1px)}body.theme-automobex .am2-btn--outline{color:#fff;background:0 0;border-color:#ffffffb3}body.theme-automobex .am2-btn--outline:hover{color:#0d2137;background:#fff;border-color:#fff}body.theme-automobex .am2-btn--navy{color:#fff;background:#0d2137;border-color:#0d2137}body.theme-automobex .am2-btn--navy:hover{background:#1b3f7a;border-color:#1b3f7a;transform:translateY(-1px)}body.theme-automobex .am2-link{color:#ffffffe0;font-weight:600}body.theme-automobex .am2-hero__grid{grid-template-columns:60% 40%;min-height:78vh;display:grid}body.theme-automobex .am2-hero__left{color:#fff;background:#0d2137;position:relative;overflow:hidden}body.theme-automobex .am2-hero__left:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 12% 86%,#4a90d92e 0%,#4a90d900 55%),repeating-linear-gradient(135deg,#4a90d912 0 1px,#4a90d900 1px 16px);position:absolute;inset:0}body.theme-automobex .am2-hero__content{z-index:1;padding:4.25rem 0;position:relative}body.theme-automobex .am2-hero__label{color:#4a90d9;letter-spacing:3px;text-transform:uppercase;margin:0 0 .85rem;font-size:.8rem;font-weight:800}body.theme-automobex .am2-hero__heading{margin:0 0 1rem;font-size:clamp(2.6rem,5.2vw,4rem);font-weight:900;line-height:1.03}body.theme-automobex .am2-hero__subtext{color:#e5e7ebdb;max-width:560px;margin:0 0 2rem;font-size:1.12rem;line-height:1.7}body.theme-automobex .am2-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}body.theme-automobex .am2-hero__right{background-image:url(/images/dealers/automobex-hero.jpg);background-position:50%;background-size:cover}@media (width<=900px){body.theme-automobex .am2-hero__grid{grid-template-columns:1fr;min-height:auto}body.theme-automobex .am2-hero__right{display:none}}body.theme-automobex .am2-stats{background:#fff;border-bottom:1px solid #0d21370f;padding:1.75rem 0}body.theme-automobex .am2-stats__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}body.theme-automobex .am2-stats__value{color:#0d2137;font-size:1.35rem;font-weight:900}body.theme-automobex .am2-stats__label{color:#6b7280;margin-top:.35rem}@media (width<=900px){body.theme-automobex .am2-stats__grid{grid-template-columns:1fr 1fr}}body.theme-automobex .am2-section{padding:3.25rem 0}body.theme-automobex .am2-section--light{background:#f5f7fa}body.theme-automobex .am2-section--navy{color:#fff;background:#0d2137}body.theme-automobex .am2-section__header h2{color:inherit;margin:0 0 .35rem;font-size:2.1rem;font-weight:900}body.theme-automobex .am2-section__header p{color:#6b7280f2;margin:0 0 1.75rem}body.theme-automobex .am2-section--navy .am2-section__header p{color:#e5e7ebc7}body.theme-automobex .am2-center{justify-content:center;margin-top:2rem;display:flex}body.theme-automobex .am2-cards{gap:1.25rem;display:grid}body.theme-automobex .am2-vehicle-card{background:#fff;border-left:4px solid #0000;border-radius:16px;grid-template-columns:300px 1fr;transition:transform .15s,border-color .15s;display:grid;overflow:hidden;box-shadow:0 10px 28px #0d213714}body.theme-automobex .am2-vehicle-card:hover{border-left-color:#4a90d9;transform:translateY(-2px)}body.theme-automobex .am2-vehicle-card__media{background:#e8edf2;width:300px;height:220px;display:block}body.theme-automobex .am2-vehicle-card__img{object-fit:cover;border-top-left-radius:16px;border-bottom-left-radius:16px;width:300px;height:220px}body.theme-automobex .am2-vehicle-card__placeholder{color:#0d21378c;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;height:220px;font-weight:700;display:flex}body.theme-automobex .am2-vehicle-card__body{padding:1.25rem 1.35rem;position:relative}body.theme-automobex .am2-badge{color:#fff;background:#4a90d9;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:800;position:absolute;top:16px;right:16px}body.theme-automobex .am2-vehicle-card__title{color:#0d2137;margin:0 0 .65rem;padding-right:120px;font-size:18px;font-weight:900}body.theme-automobex .am2-vehicle-card__price{color:#4a90d9;margin-bottom:.25rem;font-size:22px;font-weight:900}body.theme-automobex .am2-vehicle-card__driveaway{color:#6b7280;margin-bottom:.9rem;font-size:.9rem}body.theme-automobex .am2-vehicle-card__pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}body.theme-automobex .am2-vehicle-card__pills span{color:#0d2137;background:#eef2f7;border-radius:999px;padding:.35rem .65rem;font-size:.85rem;font-weight:700}body.theme-automobex .am2-vehicle-card__cta{color:#fff;background:#0d2137;border-radius:14px;justify-content:center;width:100%;padding:.9rem 1rem;font-weight:900;display:inline-flex}body.theme-automobex .am2-vehicle-card__cta:hover{background:#1b3f7a}@media (width<=900px){body.theme-automobex .am2-vehicle-card{grid-template-columns:1fr}body.theme-automobex .am2-vehicle-card__media,body.theme-automobex .am2-vehicle-card__img{border-radius:0;width:100%;height:auto}body.theme-automobex .am2-badge{margin-bottom:.75rem;display:inline-flex;position:static}body.theme-automobex .am2-vehicle-card__title{padding-right:0}}body.theme-automobex .am2-why{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}body.theme-automobex .am2-why__card{background:#1b3f7a;border-top:4px solid #4a90d9;border-radius:16px;padding:1.6rem}body.theme-automobex .am2-why__card h3{color:#fff;margin:0 0 .65rem;font-weight:900}body.theme-automobex .am2-why__card p{color:#e5e7ebd1;margin:0;line-height:1.6}@media (width<=900px){body.theme-automobex .am2-why{grid-template-columns:1fr}}body.theme-automobex .am2-hours{color:#fff;background:#4a90d9;padding:1.25rem 0}body.theme-automobex .am2-hours__inner{text-align:center}body.theme-automobex .am2-hours__line{margin:0;font-weight:900}body.theme-automobex .am2-hours__sub{color:#ffffffeb;margin:.35rem 0 0}body.theme-automobex .am2-hours__sep{opacity:.75;margin:0 .5rem}body.theme-automobex .am2-vehicles{padding:2.5rem 0 3rem}body.theme-automobex .am2-vehicles__header h1{color:#0d2137;margin:0 0 .35rem;font-size:2.2rem;font-weight:900}body.theme-automobex .am2-vehicles__header p{color:#6b7280;margin:0 0 1.25rem}body.theme-automobex .am2-search{background:#0d2137;border-radius:18px;margin-bottom:1.75rem;padding:1.25rem;box-shadow:0 14px 30px #0d213724}body.theme-automobex .am2-search__grid{grid-template-columns:1fr 1fr 1fr 1fr auto;align-items:end;gap:1rem;display:grid}body.theme-automobex .am2-field label{color:#ffffffe6;margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:block}body.theme-automobex .am2-field input,body.theme-automobex .am2-field select,body.theme-automobex .am2-field textarea{color:#0d2137;background:#fff;border:1px solid #4a90d938;border-radius:14px;width:100%;padding:.85rem 1rem;font-family:inherit}body.theme-automobex .am2-field input:focus,body.theme-automobex .am2-field select:focus,body.theme-automobex .am2-field textarea:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d92e}body.theme-automobex .am2-field input::placeholder,body.theme-automobex .am2-field textarea::placeholder{color:#9ca3af}body.theme-automobex .am2-search__actions{align-items:center;gap:.9rem;padding-bottom:2px;display:flex}body.theme-automobex .am2-filters{grid-template-columns:1fr 1fr auto auto;align-items:end;gap:1rem;margin-top:1rem;display:grid}body.theme-automobex .am2-filters__count{color:#ffffffd9;padding-bottom:12px;font-weight:700}body.theme-automobex .am2-pagination{margin-top:2rem}body.theme-automobex .am2-contact{padding:2.75rem 0 3.25rem}body.theme-automobex .am2-contact__grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:1.5rem;display:grid}body.theme-automobex .am2-contact__left{color:#fff;background:#0d2137;border-radius:18px;padding:2rem;box-shadow:0 18px 40px #0d21372e}body.theme-automobex .am2-contact__left a{color:#fff;-webkit-text-decoration:underline #4a90d9bf;text-decoration:underline #4a90d9bf}body.theme-automobex .am2-contact__intro{color:#e5e7ebd1}body.theme-automobex .am2-contact__details{gap:.6rem;margin-top:1.5rem;display:grid}body.theme-automobex .am2-contact__hours{margin-top:1.75rem}body.theme-automobex .am2-contact__hours h3{margin:0 0 .5rem;font-size:1.05rem}body.theme-automobex .am2-contact__map{border:0;border-radius:14px;width:100%;height:280px;margin-top:1.5rem}body.theme-automobex .am2-form-card{background:#fff;border:1px solid #0d21370f;border-radius:18px;padding:2rem;box-shadow:0 18px 40px #0d21371a}body.theme-automobex .am2-form-card h2{color:#0d2137;margin:0 0 1.25rem;font-weight:900}body.theme-automobex .am2-field textarea{resize:vertical;min-height:130px}body.theme-automobex .am2-error{color:#ef4444;margin-top:.35rem;font-size:.85rem;font-weight:700}@media (width<=900px){body.theme-automobex .am2-search__grid,body.theme-automobex .am2-filters,body.theme-automobex .am2-contact__grid{grid-template-columns:1fr}}body.theme-automobex .am2-vehicle-show{padding:2.5rem 0 3.5rem}body.theme-automobex .am2-show-top{background:linear-gradient(#eef5ff 0%,#fff 55%,#fff0 100%);border:1px solid #e8eef7;border-radius:18px;padding:1.25rem}body.theme-automobex .am2-gallery{background:#fff;border:1px solid #e8eef7;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #0d213714}body.theme-automobex .am2-gallery__main{cursor:pointer;background:0 0;border:0;width:100%;padding:0}body.theme-automobex .am2-gallery__main-img{object-fit:cover;border-radius:16px;width:100%;height:450px;max-height:450px;display:block}body.theme-automobex .am2-gallery__thumbs{background:#fff;border-top:1px solid #e8eef7;gap:10px;padding:12px;display:flex;overflow-x:auto}body.theme-automobex .am2-gallery__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:12px;flex:none;width:80px;height:60px;padding:0}body.theme-automobex .am2-gallery__thumb.is-active{border-color:#4a90d9}body.theme-automobex .am2-gallery__thumb img{object-fit:cover;border-radius:10px;width:80px;height:60px;display:block}body.theme-automobex .am2-gallery__placeholder{color:#0d21378c;background:#e8edf2;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:min(70vh,520px);font-weight:800;display:flex}body.theme-automobex .am2-show-grid{grid-template-columns:62% 38%;align-items:start;gap:1.5rem;margin-top:1.5rem;display:grid}body.theme-automobex .am2-show-title{color:#0d2137;margin:0 0 1rem;font-size:26px;font-weight:900}body.theme-automobex .am2-spec-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}body.theme-automobex .am2-pill{color:#0d2137;background:#eef5ff;border-radius:999px;padding:6px 14px;font-size:.9rem;font-weight:800}body.theme-automobex .am2-tabs__nav{border-bottom:1px solid #e8eef7;gap:1.25rem;margin-bottom:1rem;display:flex}body.theme-automobex .am2-tab{color:#6b7280;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:.75rem 0;font-weight:900}body.theme-automobex .am2-tab.is-active{color:#0d2137;border-bottom-color:#4a90d9}body.theme-automobex .am2-tab-panel{display:none}body.theme-automobex .am2-tab-panel.is-active{display:block}body.theme-automobex .am2-prose{color:#0d2137}body.theme-automobex .am2-muted{color:#6b7280}body.theme-automobex .am2-feature-grid{flex-wrap:wrap;gap:.5rem;display:flex}body.theme-automobex .am2-feature{color:#0d2137;background:#eef2f7;border-radius:999px;padding:.35rem .65rem .35rem 1.6rem;font-size:.85rem;font-weight:800;position:relative}body.theme-automobex .am2-feature:before{content:"✓";color:#4a90d9;font-weight:900;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}body.theme-automobex .am2-spec-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}body.theme-automobex .am2-spec-grid>div{background:#fff;border:1px solid #0d21370f;border-radius:14px;gap:.25rem;padding:1rem;display:grid}body.theme-automobex .am2-spec-grid strong{color:#0d2137}body.theme-automobex .am2-spec-grid span{color:#6b7280;font-weight:700}body.theme-automobex .am2-price-card{background:#fff;border-top:0;border-radius:12px;padding:1.6rem;position:sticky;top:16px;overflow:hidden;box-shadow:0 16px 36px #0d21371a}body.theme-automobex .am2-price-card:before{content:"";background:linear-gradient(90deg,#1b3f7a 0%,#4a90d9 100%);height:3px;position:absolute;top:0;left:0;right:0}body.theme-automobex .am2-price{color:#0d2137;font-size:28px;font-weight:900}body.theme-automobex .am2-price-note,body.theme-automobex .am2-driveaway{color:#6b7280;margin-top:.25rem;font-weight:700}body.theme-automobex .am2-driveaway{color:#1b3f7abf}body.theme-automobex .am2-price-card .am2-btn,body.theme-automobex .am2-price-card .btn--green{border-radius:8px;padding:14px}body.theme-automobex .am2-price-card .am2-btn{margin-top:16px}body.theme-automobex .am2-price-card .btn--green{color:#fff;background:#25d366;border-color:#25d366;margin-top:8px}body.theme-automobex .am2-price-card .btn--green:hover{filter:brightness(.95)}body.theme-automobex .am2-enquiry{background:#f5f7fa;border:1px solid #e8eef7;border-radius:8px;margin-top:1.5rem;padding:16px}body.theme-automobex .am2-enquiry h3,body.theme-automobex .am2-map h3{color:#0d2137;margin:0 0 .75rem;font-weight:900}body.theme-automobex .am2-form .am2-field label{color:#0d2137;font-weight:500}body.theme-automobex .am2-form .am2-field input,body.theme-automobex .am2-form .am2-field textarea{color:#0d2137;background:#fff;border:1px solid #e8eef7}body.theme-automobex .am2-form .am2-field input::placeholder,body.theme-automobex .am2-form .am2-field textarea::placeholder{color:#9ca3af}body.theme-automobex .am2-form .am2-field input:focus,body.theme-automobex .am2-form .am2-field textarea:focus{border-color:#4a90d9;box-shadow:0 0 0 3px #4a90d929}body.theme-automobex .am2-enquiry button[type=submit]{background:#0d2137;border-color:#0d2137}body.theme-automobex .am2-enquiry button[type=submit]:hover{background:#1b3f7a;border-color:#1b3f7a}body.theme-automobex .am2-map__embed{border:0;border-radius:14px;width:100%;height:220px;margin-top:.75rem}body.theme-automobex .am2-map{border-top:1px solid #e8eef7;margin-top:1.25rem;padding-top:1.25rem}@media (width<=1100px){body.theme-automobex .am2-show-grid{grid-template-columns:1fr}body.theme-automobex .am2-price-card{position:static}}body.theme-automobex .am2-footer{color:#ffffffdb;background:#0a1628;padding-top:3rem}body.theme-automobex .am2-footer__grid{grid-template-columns:1.2fr 1fr 1fr;gap:2rem;padding-bottom:2.25rem;display:grid}body.theme-automobex .am2-footer__logo{width:auto}body.theme-automobex .am2-footer__tagline{color:#ffffffc7;max-width:320px;margin-top:.75rem}body.theme-automobex .am2-footer h4{color:#fff;margin:0 0 .85rem;font-weight:900}body.theme-automobex .am2-footer__links,body.theme-automobex .am2-footer__hours{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}body.theme-automobex .am2-footer a{color:#ffffffdb}body.theme-automobex .am2-footer a:hover{color:#4a90d9}body.theme-automobex .am2-footer__meta{margin:.35rem 0 0}body.theme-automobex .am2-footer__social{gap:.75rem;margin-top:1rem;display:flex}body.theme-automobex .am2-footer__social a{color:#fff;background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:900;display:inline-flex}body.theme-automobex .am2-footer__social a:hover{background:#4a90d92e}body.theme-automobex .am2-footer__bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff14;padding:1rem 1.25rem;font-size:.9rem}@media (width<=900px){body.theme-automobex .am2-footer__grid{grid-template-columns:1fr}}.theme-automobex{--primary:#4a90d9;--primary-dark:#1b3f7a;--primary-rgb:74, 144, 217;color:#0d2137;background:#f5f7fa}.theme-automobex main{background:#f5f7fa}.theme-automobex .site-header{background:#0d2137;border-bottom:1px solid #ffffff14}.theme-automobex .site-nav a,.theme-automobex .site-nav .nav-dropdown__trigger,.theme-automobex .header-phone{color:#fff}.theme-automobex .site-nav a.is-active,.theme-automobex .site-nav .nav-dropdown__trigger.is-active{color:#4a90d9;border-bottom-color:#4a90d9}.theme-automobex .site-nav:before{content:none!important;display:none!important}.theme-automobex .site-nav a.is-active,.theme-automobex .site-nav .nav-dropdown__trigger.is-active{box-shadow:none!important;background:0 0!important}.theme-automobex .site-nav a:hover,.theme-automobex .site-nav .nav-dropdown__trigger:hover{color:#fff}.theme-automobex .site-nav a:hover:after,.theme-automobex .site-nav .nav-dropdown__trigger:hover:after{background:#4a90d9}.theme-automobex .section{color:#0d2137}.theme-automobex .vehicle-search{background:#0d2137;border:1px solid #ffffff14}.theme-automobex .vehicle-search__label{color:#ffffffeb}.theme-automobex .vehicle-search__input,.theme-automobex .sort-select{color:#0d2137;background:#fff;border:1px solid #4a90d947}.theme-automobex .vehicle-search__input:focus,.theme-automobex .sort-select:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d929}.theme-automobex .vehicle-search__submit.btn--gold,.theme-automobex .btn--gold.vehicle-search__submit{color:#fff;background:#4a90d9;border-color:#4a90d9}.theme-automobex .vehicle-search__submit.btn--gold:hover{background:#1b3f7a;border-color:#1b3f7a}.theme-automobex .listing-filters__count,.theme-automobex .listing-filters__label{color:#0d2137}.theme-automobex .vehicle-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0d213714}.theme-automobex .vehicle-card:hover{border-left:3px solid #4a90d9;transform:translateY(-3px);box-shadow:0 4px 20px #4a90d926}.theme-automobex .vehicle-card__image-wrap{aspect-ratio:16/10;flex-shrink:0;width:100%;display:block;overflow:hidden}.theme-automobex .vehicle-card__image{object-fit:cover;width:100%;height:100%;display:block}.theme-automobex .vehicle-card__body{color:#0d2137;flex-direction:column;flex:1;padding:16px;display:flex}.theme-automobex .vehicle-card .vehicle-card__title{color:#0d2137;margin-bottom:8px;font-size:16px;font-weight:600}.theme-automobex .vehicle-card .vehicle-card__price,.theme-automobex .vehicle-card .price-main{color:#fff;background:#1b3f7a;border-radius:6px;margin-bottom:6px;padding:6px 14px;font-size:18px;font-weight:700;display:inline-block}.theme-automobex .vehicle-card .price-driveaway{color:#6b7280;font-size:12px}.theme-automobex .vehicle-card .btn,.theme-automobex .vehicle-card a.btn{color:#fff;text-align:center;background:#4a90d9;border:none;border-radius:6px;width:100%;margin-top:auto;padding:10px 16px;font-weight:500;display:block}.theme-automobex .vehicle-card .badge,.theme-automobex .vehicle-card .badge--stock-type{color:#fff;background:#4a90d9;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600}.theme-automobex .badge-in-stock{color:#fff!important;background:#4a90d9!important}.theme-automobex .nav-item{position:relative}.theme-automobex .nav-dropdown{z-index:9999;padding-top:8px;position:absolute;top:100%;left:0}.theme-automobex .nav-item:hover .nav-dropdown,.theme-automobex .nav-item:focus-within .nav-dropdown{display:block}.theme-automobex .vehicle-detail-wrap{grid-template-columns:60% 40%;align-items:start;gap:32px;max-width:1200px;margin:32px auto;padding:0 16px;display:grid}@media (width<=768px){.theme-automobex .vehicle-detail-wrap{grid-template-columns:1fr}}.theme-automobex .abx-price-box{text-align:center;background:#1b3f7a;border-radius:10px;margin-bottom:16px;padding:20px}.theme-automobex .abx-price-box .price-amount{color:#fff;font-size:30px;font-weight:700;display:block}.theme-automobex .abx-price-box .price-excl{color:#ffffffb3;font-size:13px}.theme-automobex .abx-price-box .price-driveaway{color:#4a90d9;font-size:13px;font-weight:500}.theme-automobex .vehicle-detail-right,.theme-automobex .vehicle-detail-right *{position:static}.lightbox-overlay{z-index:99999;background:#000000eb;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.lightbox-overlay.active{display:flex}.lightbox-img{object-fit:contain;opacity:1;border-radius:4px;max-width:90vw;max-height:90vh;transition:opacity .2s}.lightbox-img.is-fading{opacity:.25}.lightbox-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:4px;padding:16px 20px;font-size:32px;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-btn:hover{background:#ffffff4d}.lightbox-prev{left:16px}.lightbox-next{right:16px}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:4px;padding:8px 14px;font-size:24px;position:absolute;top:16px;right:16px}.theme-automobex .vehicle-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.theme-automobex .vehicle-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.theme-automobex .vehicle-grid{grid-template-columns:1fr}}.theme-automobex .badge-stock-australian_delivered,.theme-automobex .badge-stock-jdm_import,.theme-automobex .badge-stock-in_transit,.theme-automobex .vehicle-card__stock-type,.theme-automobex .badge--status{color:#fff!important;background:#4a90d9!important;border-color:#4a90d9!important}.theme-automobex .btn--gold{color:#fff;background:#4a90d9;border-color:#4a90d9}.theme-automobex .btn--gold:hover{background:#1b3f7a;border-color:#1b3f7a}.theme-automobex .section--vehicle-detail{background:#f5f7fa}.theme-automobex .detail-title,.theme-automobex .specs-row,.theme-automobex .specs-row strong,.theme-automobex .detail-stock{color:#0d2137}.theme-automobex .vehicle-gallery,.theme-automobex .gallery__main,.theme-automobex .gallery__thumbs{background:#fff}.theme-automobex .gallery__main-img{border-radius:12px}.theme-automobex .gallery__thumb{border:2px solid #0000;border-radius:10px}.theme-automobex .gallery__thumb.is-active{border-color:#4a90d9}.theme-automobex .feature-tag,.theme-automobex .content-tab-btn,.theme-automobex .feature-tag{color:#0d2137}.theme-automobex .content-tab-btn.is-active{color:#0d2137;border-bottom-color:#4a90d9}.theme-automobex .detail-sidebar__sticky.sidebar-card{background:#fff;border:1px solid #e8eef7;border-top:3px solid #4a90d9;border-radius:12px;box-shadow:0 14px 34px #0d21371a}.theme-automobex .price-display{color:#0d2137;font-weight:900}.theme-automobex .enquiry-form label{color:#0d2137;font-weight:500}.theme-automobex .enquiry-form input,.theme-automobex .enquiry-form textarea{color:#0d2137;background:#fff;border:1px solid #e8eef7}.theme-automobex .enquiry-form input:focus,.theme-automobex .enquiry-form textarea:focus{border-color:#4a90d9;outline:none;box-shadow:0 0 0 3px #4a90d929}.theme-automobex .site-footer{color:#ffffffe0;background:#0a1628;border-top:1px solid #ffffff14}.theme-automobex .site-footer a{color:#ffffffe0}.theme-automobex .site-footer a:hover{color:#4a90d9}
