/**
 * Oway Auto - Custom Styles
 * Best Life One The Way
 */

/* ============================================
   1. COLOR VARIABLES & ROOT
   ============================================ */
:root {
    --oway-primary: #1B2A4A;
    --oway-primary-dark: #0F1A30;
    --oway-accent: #E8A838;
    --oway-accent-hover: #D4962F;
    --oway-white: #FFFFFF;
    --oway-text: #333333;
    --oway-text-light: #666666;
    --oway-bg-light: #F5F7FA;
    --oway-bg-dark: #0D1B2A;
    --oway-border: #E2E8F0;
    --oway-success: #22C55E;
    --oway-shadow: 0 4px 20px rgba(27, 42, 74, 0.15);
    --oway-radius: 12px;
    --oway-transition: all 0.3s ease;
}

/* ============================================
   Oway Auto 2026 clean B2B rebuild
   ============================================ */
.oway-site {
    background: #f6f8fb;
    color: #263142;
}
.oway-site .ast-container {
    max-width: 1180px;
}
.oway-top-contact {
    background: #0f1a30;
    color: #fff;
    font-size: 13px;
}
.oway-top-contact-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.oway-top-contact a {
    color: #fff;
    font-weight: 700;
    margin-left: 18px;
}
.oway-hero-new {
    background: #101b31;
    color: #fff;
    padding: 72px 0 58px;
}
.oway-hero-grid,
.oway-final-grid,
.oway-about-grid,
.oway-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 44px;
    align-items: center;
}
.oway-eyebrow,
.oway-section-heading p,
.oway-product-type {
    color: #c9942f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    margin-bottom: 10px;
}
.oway-hero-copy h1 {
    color: #fff;
    font-size: clamp(44px, 7vw, 82px);
    line-height: .95;
    margin: 0 0 18px;
}
.oway-hero-lead {
    color: rgba(255,255,255,.82);
    font-size: 19px;
    max-width: 660px;
    margin-bottom: 28px;
}
.oway-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}
.oway-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    background: #25d366;
    color: #063f1f !important;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.08);
}
.oway-wide-btn {
    width: 100%;
    margin-top: 12px;
}
.oway-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.oway-hero-proof span {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 7px 12px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
}
.oway-hero-media {
    position: relative;
}
.oway-hero-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.oway-hero-card {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    background: rgba(255,255,255,.94);
    color: #17233c;
    border-radius: 8px;
    padding: 16px 18px;
    display: grid;
    gap: 4px;
    box-shadow: 0 12px 36px rgba(0,0,0,.22);
}
.oway-trust-strip {
    background: #fff;
    border-bottom: 1px solid #e5e9f0;
}
.oway-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
}
.oway-trust-grid div {
    padding: 24px 20px;
    border-right: 1px solid #edf0f4;
}
.oway-trust-grid strong,
.oway-trust-grid span {
    display: block;
}
.oway-trust-grid strong {
    color: #17233c;
    margin-bottom: 6px;
}
.oway-trust-grid span {
    color: #687385;
    font-size: 14px;
    line-height: 1.5;
}
.oway-section {
    padding: 72px 0;
}
.oway-section-heading {
    margin-bottom: 34px;
}
.oway-section-heading h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin: 0;
}
.oway-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}
.oway-text-link {
    color: #17233c;
    font-weight: 800;
    text-decoration: underline;
}
.oway-category-grid,
.oway-product-grid,
.oway-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.oway-category-card,
.oway-product-card,
.oway-content-card,
.oway-lead-form,
.oway-wechat-card,
.oway-quote-panel,
.oway-empty-state {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(23,35,60,.07);
}
.oway-category-card {
    overflow: hidden;
    color: #263142;
    text-decoration: none;
}
.oway-category-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.oway-category-card div,
.oway-product-body {
    padding: 18px;
}
.oway-category-card h3,
.oway-product-card h3 {
    font-size: 18px;
    margin: 0 0 8px;
}
.oway-category-card p,
.oway-product-card p,
.oway-price-note {
    color: #687385;
    font-size: 14px;
    margin: 0;
}
.oway-inventory-section {
    background: #fff;
}
.oway-product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.oway-product-image {
    display: block;
    background: #eef2f7;
    color: #788396;
    text-align: center;
}
.oway-product-image img,
.oway-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.oway-product-image {
    aspect-ratio: 4 / 3;
}
.oway-product-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.oway-product-body h3 a {
    color: #17233c;
}
.oway-product-meta,
.oway-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #687385;
    font-size: 13px;
}
.oway-product-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #edf0f4;
}
.oway-product-footer strong,
.oway-detail-price {
    color: #17233c;
    font-size: 20px;
    font-weight: 900;
}
.oway-product-footer a {
    color: #0d7f3b;
    font-weight: 900;
}
.oway-process-section {
    background: #eef2f7;
}
.oway-process-grid div {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e5e9f0;
}
.oway-process-grid span {
    color: #c9942f;
    font-weight: 900;
}
.oway-process-grid h3 {
    margin: 12px 0 8px;
}
.oway-process-grid p {
    color: #687385;
    margin: 0;
}
.oway-about-band {
    background: #17233c;
    color: rgba(255,255,255,.78);
}
.oway-about-band h2 {
    color: #fff;
}
.oway-final-cta {
    background: #101b31;
    color: rgba(255,255,255,.8);
    padding: 72px 0;
}
.oway-final-cta h2 {
    color: #fff;
    font-size: clamp(30px, 5vw, 48px);
}
.oway-lead-form {
    padding: 22px;
    display: grid;
    gap: 12px;
}
.oway-lead-form label {
    color: #17233c;
    font-size: 13px;
    font-weight: 800;
}
.oway-lead-form input,
.oway-lead-modal input,
#oway-inquiry-form input {
    width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    padding: 12px 13px;
    margin-top: 5px;
}
.oway-wechat-card {
    padding: 18px;
    text-align: center;
    align-self: stretch;
}
.oway-wechat-card img {
    width: 150px;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto 12px;
}
.oway-wechat-card strong,
.oway-wechat-card span {
    display: block;
    color: #17233c;
}
.oway-archive-hero,
.oway-detail-hero {
    background: #fff;
    padding: 42px 0 56px;
    border-bottom: 1px solid #e5e9f0;
}
.oway-archive-hero h1 {
    font-size: clamp(34px, 5vw, 54px);
    margin: 12px 0;
}
.oway-archive-hero p {
    max-width: 680px;
    color: #687385;
}
.oway-breadcrumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #687385;
    font-size: 13px;
    margin-bottom: 18px;
}
.oway-breadcrumbs a {
    color: #17233c;
    font-weight: 700;
}
.oway-detail-grid {
    align-items: start;
}
.oway-main-photo {
    background: #eef2f7;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #788396;
}
.oway-thumb-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}
.oway-thumb-row button {
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    background: #eef2f7;
}
.oway-thumb-row button.active {
    border-color: #c9942f;
}
.oway-thumb-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oway-quote-panel {
    padding: 26px;
    position: sticky;
    top: 92px;
}
.oway-quote-panel h1 {
    font-size: 32px;
    margin: 8px 0 12px;
}
.oway-detail-price {
    font-size: 30px;
    margin-bottom: 8px;
}
.oway-quick-specs,
.oway-spec-table {
    display: grid;
    gap: 10px;
    margin: 20px 0;
}
.oway-quick-specs div,
.oway-spec-table div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0;
    border-bottom: 1px solid #edf0f4;
}
.oway-quick-specs span,
.oway-spec-table span {
    color: #687385;
}
.oway-quick-specs strong,
.oway-spec-table strong {
    text-align: right;
    color: #17233c;
}
.oway-panel-points {
    display: grid;
    gap: 9px;
    color: #687385;
    font-size: 13px;
    margin-top: 18px;
}
.oway-detail-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 22px;
}
.oway-content-card {
    padding: 26px;
}
.oway-content-card:first-child {
    grid-row: span 2;
}
.oway-rich-text,
.oway-content-card p {
    color: #4d596b;
}
.oway-source-note {
    font-size: 13px;
    background: #f6f8fb;
    border-radius: 6px;
    padding: 12px;
}
.oway-empty-state {
    padding: 56px 22px;
    text-align: center;
}
.oway-lead-modal {
    position: fixed;
    inset: 0;
    background: rgba(9,16,30,.62);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.oway-lead-modal-card {
    background: #fff;
    border-radius: 8px;
    max-width: 420px;
    width: 100%;
    padding: 26px;
    position: relative;
}
.oway-lead-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}
.oway-form-success {
    display: grid;
    gap: 8px;
    text-align: center;
    color: #17233c;
    padding: 18px 0;
}
.oway-sticky-shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
}
@media (max-width: 980px) {
    .oway-hero-grid,
    .oway-final-grid,
    .oway-about-grid,
    .oway-detail-grid,
    .oway-detail-content-grid {
        grid-template-columns: 1fr;
    }
    .oway-trust-grid,
    .oway-category-grid,
    .oway-product-grid,
    .oway-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .oway-quote-panel {
        position: static;
    }
}
@media (max-width: 640px) {
    .oway-top-contact-inner,
    .oway-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .oway-top-contact a {
        display: block;
        margin: 6px 0 0;
    }
    .oway-trust-grid,
    .oway-category-grid,
    .oway-product-grid,
    .oway-process-grid,
    .oway-thumb-row {
        grid-template-columns: 1fr;
    }
    .oway-section {
        padding: 48px 0;
    }
}

/* Cinematic technology hero refresh */
.oway-cinematic-hero {
    min-height: 78vh;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #050914;
}
.oway-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .58;
    filter: saturate(1.18) contrast(1.08);
    transform: scale(1.04);
}
.oway-hero-vignette {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 38%, rgba(0,190,255,.24), transparent 34%),
        linear-gradient(90deg, rgba(5,9,20,.94) 0%, rgba(5,9,20,.74) 42%, rgba(5,9,20,.38) 100%),
        linear-gradient(180deg, rgba(5,9,20,.7), rgba(5,9,20,.18) 42%, rgba(5,9,20,.9) 100%);
}
.oway-hero-scan {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 90px),
        repeating-linear-gradient(0deg, rgba(45,188,255,.035) 0 1px, transparent 1px 70px);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.7) 60%, transparent 100%);
    animation: owayScan 9s linear infinite;
}
@keyframes owayScan {
    0% { transform: translateX(-24px); opacity: .55; }
    50% { opacity: .95; }
    100% { transform: translateX(24px); opacity: .55; }
}
.oway-hero-logo-row {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}
.oway-hero-logo {
    pointer-events: auto;
    display: inline-flex;
    width: 168px;
    border: 1px solid rgba(100,210,255,.32);
    border-radius: 8px;
    background: rgba(6,13,28,.72);
    box-shadow: 0 0 34px rgba(0,170,255,.2);
    overflow: hidden;
}
.oway-hero-logo img {
    width: 100%;
    display: block;
}
.oway-cinematic-hero .oway-hero-grid {
    position: relative;
    z-index: 3;
    min-height: 78vh;
    grid-template-columns: minmax(0, .92fr) 360px;
    padding-top: 72px;
    padding-bottom: 58px;
}
.oway-cinematic-hero .oway-hero-copy h1 {
    font-size: clamp(48px, 8vw, 92px);
    letter-spacing: 0;
    text-shadow: 0 0 38px rgba(0,170,255,.24);
}
.oway-cinematic-hero .oway-hero-lead {
    max-width: 620px;
    font-size: 18px;
}
.oway-hero-tech-panel {
    align-self: end;
    background: rgba(6,13,28,.72);
    border: 1px solid rgba(100,210,255,.24);
    border-radius: 8px;
    padding: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.oway-tech-line {
    display: grid;
    gap: 4px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
}
.oway-tech-line:last-child {
    border-bottom: 0;
}
.oway-tech-line span {
    color: rgba(255,255,255,.52);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 800;
}
.oway-tech-line strong {
    color: #fff;
    font-size: 14px;
}
.oway-cinematic-hero .oway-btn-primary,
.oway-cinematic-hero .oway-btn-whatsapp {
    min-height: 46px;
    border-radius: 4px;
}
.oway-trust-strip .oway-trust-grid div {
    padding: 18px 18px;
}
.oway-section {
    padding: 54px 0;
}
.oway-category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}
.oway-category-card img {
    aspect-ratio: 5 / 3;
}
.oway-category-card div {
    padding: 13px;
}
.oway-category-card h3 {
    font-size: 15px;
}
.oway-category-card p {
    font-size: 12px;
    line-height: 1.45;
}
.oway-inventory-section .oway-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.oway-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.oway-process-grid div {
    padding: 20px;
}
.oway-about-band,
.oway-final-cta {
    padding: 54px 0;
}
@media (max-width: 1100px) {
    .oway-category-grid,
    .oway-inventory-section .oway-product-grid,
    .oway-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .oway-cinematic-hero .oway-hero-grid {
        grid-template-columns: 1fr;
    }
    .oway-hero-tech-panel {
        max-width: 480px;
    }
}
@media (max-width: 640px) {
    .oway-cinematic-hero,
    .oway-cinematic-hero .oway-hero-grid {
        min-height: 82vh;
    }
    .oway-hero-logo-row {
        justify-content: flex-start;
        top: 14px;
    }
    .oway-hero-logo {
        width: 126px;
    }
    .oway-category-grid,
    .oway-inventory-section .oway-product-grid,
    .oway-process-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   2. GLOBAL & TYPOGRAPHY
   ============================================ */
body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--oway-text);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    color: var(--oway-primary);
    line-height: 1.3;
}

a {
    color: var(--oway-accent);
    transition: var(--oway-transition);
}

a:hover {
    color: var(--oway-accent-hover);
}

/* ============================================
   3. HEADER & NAVIGATION
   ============================================ */
.site-header {
    background: var(--oway-white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ast-main-navigation ul li a {
    color: var(--oway-primary);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ast-main-navigation ul li a:hover,
.ast-main-navigation ul li.current-menu-item a {
    color: var(--oway-accent);
}

/* ============================================
   4. HERO SECTION
   ============================================ */
.oway-hero {
    background: linear-gradient(135deg, var(--oway-primary-dark) 0%, var(--oway-primary) 50%, #2A4A7A 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.oway-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.5;
}

.oway-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--oway-white);
    padding: 60px 20px;
}

.oway-hero-badge {
    display: inline-block;
    background: rgba(232, 168, 56, 0.2);
    border: 1px solid var(--oway-accent);
    color: var(--oway-accent);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.oway-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--oway-white);
    margin-bottom: 16px;
    font-weight: 800;
}

.oway-hero-tagline {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: var(--oway-accent);
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.oway-hero-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.oway-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   5. BUTTONS
   ============================================ */
.oway-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--oway-accent);
    color: var(--oway-primary);
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: var(--oway-transition);
    text-decoration: none;
}

.oway-btn-primary:hover {
    background: var(--oway-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 168, 56, 0.4);
    color: var(--oway-primary);
}

.oway-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--oway-white);
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid var(--oway-white);
    cursor: pointer;
    transition: var(--oway-transition);
    text-decoration: none;
}

.oway-btn-outline:hover {
    background: var(--oway-white);
    color: var(--oway-primary);
}

/* ============================================
   6. CATEGORIES SECTION
   ============================================ */
.oway-categories {
    padding: 80px 0;
    background: var(--oway-bg-light);
}

.oway-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.oway-section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.oway-section-header p {
    color: var(--oway-text-light);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
}

.oway-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.oway-cat-card {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    transition: var(--oway-transition);
    box-shadow: var(--oway-shadow);
    border: 2px solid transparent;
}

.oway-cat-card:hover {
    transform: translateY(-5px);
    border-color: var(--oway-accent);
    box-shadow: 0 12px 35px rgba(27, 42, 74, 0.2);
}

.oway-cat-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    display: block;
}

.oway-cat-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.oway-cat-card p {
    font-size: 0.9rem;
    color: var(--oway-text-light);
}

/* ============================================
   7. VEHICLE CARDS
   ============================================ */
.oway-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    padding: 40px 0;
}

.oway-vehicle-card {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    overflow: hidden;
    box-shadow: var(--oway-shadow);
    transition: var(--oway-transition);
    text-decoration: none;
    display: block;
    color: inherit;
}

.oway-vehicle-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(27, 42, 74, 0.22);
}

.oway-vehicle-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: var(--oway-bg-light);
    display: block;
}

.oway-vehicle-body {
    padding: 20px;
}

.oway-vehicle-cat {
    display: inline-block;
    background: var(--oway-bg-light);
    color: var(--oway-accent);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.oway-vehicle-card h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.oway-vehicle-card p {
    font-size: 0.9rem;
    color: var(--oway-text-light);
    margin-bottom: 16px;
}

.oway-vehicle-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oway-vehicle-price {
    font-weight: 700;
    color: var(--oway-accent);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
}

.oway-inquiry-btn {
    background: var(--oway-primary);
    color: var(--oway-white);
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: var(--oway-transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.oway-inquiry-btn:hover {
    background: var(--oway-accent);
    color: var(--oway-primary);
}

/* ============================================
   8. WHY CHOOSE US
   ============================================ */
.oway-why-us {
    padding: 80px 0;
    background: #fff;
}

.oway-why-us h2 {
    color: #1B2A4A;
    text-align: center;
    margin-bottom: 12px;
}

.oway-why-us .oway-section-header p {
    color: #666;
}

.oway-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.oway-why-item {
    text-align: center;
    padding: 36px 24px;
    background: #F8F9FB;
    border-radius: 12px;
    border: 1px solid #E8ECF0;
    transition: all 0.3s ease;
}

.oway-why-item:hover {
    background: #fff;
    border-color: #1B2A4A;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(27,42,74,0.1);
}

.oway-why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    background: #E8ECF0;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.oway-why-item:hover .oway-why-icon {
    background: #1B2A4A;
}
.oway-why-item:hover .oway-why-icon svg {
    stroke: #fff;
}

.oway-why-item h4 {
    color: #1B2A4A;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.oway-why-item p {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ============================================
   9. WHATSAPP FLOATING BUTTON
   ============================================ */
.oway-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    transition: var(--oway-transition);
    animation: oway-pulse 2s infinite;
}

.oway-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.65);
    animation: none;
}

.oway-whatsapp-float svg {
    width: 36px;
    height: 36px;
}

@keyframes oway-pulse {
    0% { box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5); }
    50% { box-shadow: 0 6px 35px rgba(37, 211, 102, 0.8); }
    100% { box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5); }
}

/* ============================================
   10. INQUIRY POPUP
   ============================================ */
.oway-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 26, 48, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.oway-popup-content {
    background: var(--oway-white);
    border-radius: 16px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    text-align: center;
    animation: oway-popup-in 0.4s ease;
}

@keyframes oway-popup-in {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.oway-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--oway-text-light);
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}

.oway-popup-close:hover { color: var(--oway-primary); }

.oway-popup-content h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: var(--oway-primary);
}

.oway-popup-content > p {
    color: var(--oway-text-light);
    margin-bottom: 24px;
}

#oway-inquiry-form input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--oway-border);
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 12px;
    transition: var(--oway-transition);
    box-sizing: border-box;
}

#oway-inquiry-form input:focus {
    outline: none;
    border-color: var(--oway-accent);
    box-shadow: 0 0 0 3px rgba(232, 168, 56, 0.15);
}

#oway-inquiry-form .oway-btn-primary {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 16px;
}

/* ============================================
   11. SHIPPING TRACKING
   ============================================ */
.oway-tracking-section {
    padding: 80px 0;
    background: var(--oway-bg-light);
}

.oway-tracking-form {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 40px;
    box-shadow: var(--oway-shadow);
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.oway-tracking-form input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid var(--oway-border);
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.oway-tracking-form input:focus {
    outline: none;
    border-color: var(--oway-accent);
}

.oway-tracking-result {
    margin-top: 40px;
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 30px;
    box-shadow: var(--oway-shadow);
}

.oway-tracking-timeline {
    position: relative;
    padding-left: 30px;
}

.oway-tracking-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--oway-border);
}

.oway-timeline-item {
    position: relative;
    padding-bottom: 24px;
}

.oway-timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--oway-border);
    border: 2px solid var(--oway-white);
}

.oway-timeline-item.completed::before {
    background: var(--oway-success);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.oway-timeline-item.active::before {
    background: var(--oway-accent);
    box-shadow: 0 0 0 3px rgba(232, 168, 56, 0.2);
    animation: oway-pulse 1.5s infinite;
}

.oway-timeline-date {
    font-size: 0.8rem;
    color: var(--oway-text-light);
    margin-bottom: 4px;
}

.oway-timeline-title {
    font-weight: 700;
    color: var(--oway-primary);
    font-size: 1rem;
}

.oway-timeline-desc {
    font-size: 0.9rem;
    color: var(--oway-text-light);
    margin-top: 4px;
}

/* ============================================
   12. TESTIMONIALS
   ============================================ */
.oway-testimonials {
    padding: 80px 0;
    background: var(--oway-white);
}

.oway-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.oway-testimonial-card {
    background: var(--oway-bg-light);
    border-radius: var(--oway-radius);
    padding: 30px;
    position: relative;
}

.oway-testimonial-card::before {
    content: '"';
    font-size: 5rem;
    color: var(--oway-accent);
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}

.oway-testimonial-card p {
    font-style: italic;
    color: var(--oway-text);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.oway-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.oway-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--oway-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--oway-white);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.oway-testimonial-name {
    font-weight: 700;
    color: var(--oway-primary);
    font-size: 0.95rem;
}

.oway-testimonial-country {
    font-size: 0.85rem;
    color: var(--oway-text-light);
}

/* ============================================
   13. CONTACT SECTION
   ============================================ */
.oway-contact {
    padding: 80px 0;
    background: var(--oway-bg-light);
}

.oway-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .oway-contact-grid {
        grid-template-columns: 1fr;
    }
}

.oway-contact-info {
    background: var(--oway-primary);
    border-radius: var(--oway-radius);
    padding: 40px;
    color: var(--oway-white);
}

.oway-contact-info h3 {
    color: var(--oway-white);
    margin-bottom: 24px;
}

.oway-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.oway-contact-icon {
    width: 48px;
    height: 48px;
    background: rgba(232, 168, 56, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.oway-contact-item h4 {
    color: var(--oway-white);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.oway-contact-item p {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.oway-contact-form-wrap {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 40px;
    box-shadow: var(--oway-shadow);
}

.oway-contact-form-wrap h3 {
    margin-bottom: 24px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--oway-border);
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 14px;
    transition: var(--oway-transition);
    box-sizing: border-box;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--oway-accent);
}

.wpcf7-submit {
    background: var(--oway-accent) !important;
    color: var(--oway-primary) !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: var(--oway-transition) !important;
}

.wpcf7-submit:hover {
    background: var(--oway-accent-hover) !important;
    transform: translateY(-2px) !important;
}

/* ============================================
   14. FOOTER
   ============================================ */
.site-footer {
    background: var(--oway-bg-dark);
    color: rgba(255,255,255,0.7);
    padding: 60px 0 0;
}

.footer-widget-area {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-widget-area .widget-title {
    color: var(--oway-white);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: var(--oway-white);
    margin-right: 10px;
    transition: var(--oway-transition);
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--oway-accent);
    color: var(--oway-primary);
}

.site-info {
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

/* ============================================
   15. PROCESS SECTION
   ============================================ */
.oway-process {
    padding: 80px 0;
    background: var(--oway-white);
}

.oway-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    counter-reset: process;
}

.oway-process-item {
    text-align: center;
    padding: 30px 16px;
    position: relative;
}

.oway-process-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    width: 24px;
    height: 2px;
    background: var(--oway-accent);
    transform: translateY(-50%);
}

.oway-process-item:last-child::after {
    display: none;
}

.oway-process-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--oway-accent);
    color: var(--oway-primary);
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
}

.oway-process-item h4 {
    font-size: 1rem;
    margin-bottom: 6px;
}

.oway-process-item p {
    font-size: 0.85rem;
    color: var(--oway-text-light);
}

/* ============================================
   16. RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .oway-hero h1 {
        font-size: 2rem;
    }
    .oway-section-header h2 {
        font-size: 1.8rem;
    }
    .oway-popup-content {
        padding: 30px 24px;
    }
    .oway-vehicle-grid {
        grid-template-columns: 1fr;
    }
    .oway-process-item::after {
        display: none;
    }
    .oway-whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 56px;
        height: 56px;
    }
}

/* ============================================
   17. VEHICLE SINGLE PAGE
   ============================================ */
.oway-vehicle-single {
    padding: 40px 0;
}

.oway-vehicle-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.oway-vehicle-gallery img {
    width: 100%;
    border-radius: var(--oway-radius);
    object-fit: cover;
    max-height: 500px;
}

.oway-vehicle-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.oway-spec-item {
    background: var(--oway-bg-light);
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}

.oway-spec-label {
    font-size: 0.8rem;
    color: var(--oway-text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.oway-spec-value {
    font-weight: 700;
    color: var(--oway-primary);
    font-size: 1rem;
}

.oway-wechat-section {
    background: var(--oway-bg-light);
    border-radius: var(--oway-radius);
    padding: 24px;
    margin-top: 24px;
    text-align: center;
}

.oway-wechat-section h4 {
    margin-bottom: 16px;
}

.oway-wechat-qr {
    max-width: 200px;
    border-radius: 8px;
    margin: 0 auto 12px;
}

/* ============================================
   19. 车型对比页面 - 缤越L全系列
   ============================================ */
.oway-binyue-compare {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.oway-breadcrumb {
    font-size: 13px;
    color: var(--oway-text-light);
    margin-bottom: 20px;
}

.oway-breadcrumb a { color: var(--oway-primary-light); }

.oway-vehicle-gallery {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    overflow: hidden;
    box-shadow: var(--oway-shadow);
    margin-bottom: 30px;
}

.oway-main-image {
    height: 450px;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oway-image-placeholder {
    text-align: center;
    color: #999;
}

.oway-car-icon { font-size: 100px; margin-bottom: 16px; }
.oway-hint { font-size: 12px; color: #bbb; margin-top: 8px; }

.oway-thumbnails {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #fafafa;
}

.oway-thumb {
    width: 90px;
    height: 60px;
    background: linear-gradient(135deg, #ddd 0%, #ccc 100%);
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.oway-thumb:hover, .oway-thumb.active { border-color: var(--oway-primary); }

.oway-vehicle-info {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
}

@media (max-width: 900px) {
    .oway-vehicle-info { grid-template-columns: 1fr; }
}

.oway-info-main {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 30px;
    box-shadow: var(--oway-shadow);
}

.oway-vehicle-title {
    border-bottom: 2px solid var(--oway-border);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.oway-vehicle-title h1 {
    font-size: 26px;
    color: var(--oway-primary);
    margin-bottom: 8px;
}

.oway-brand {
    font-size: 13px;
    color: var(--oway-text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oway-price-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--oway-accent) 0%, var(--oway-accent-hover) 100%);
    color: var(--oway-primary);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.oway-price-note { font-size: 12px; color: var(--oway-text-light); margin-bottom: 24px; }

.oway-feature-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 20px 0;
}

@media (max-width: 800px) {
    .oway-feature-cards { grid-template-columns: repeat(2, 1fr); }
}

.oway-feature-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 18px;
    border-radius: 8px;
    text-align: center;
}

.oway-feature-card .icon { font-size: 28px; display: block; margin-bottom: 8px; }
.oway-feature-card .label { font-size: 11px; color: var(--oway-text-light); text-transform: uppercase; margin-bottom: 4px; display: block; }
.oway-feature-card .value { font-size: 15px; font-weight: 700; color: var(--oway-primary); }

.oway-specs-section { margin-top: 28px; }
.oway-specs-section h3 { font-size: 15px; color: var(--oway-primary); margin-bottom: 14px; }

.oway-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 600px) {
    .oway-specs-grid { grid-template-columns: 1fr; }
}

.oway-spec-item {
    display: flex;
    justify-content: space-between;
    padding: 11px 14px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 13px;
}

.oway-spec-item .label { color: var(--oway-text-light); }
.oway-spec-item .value { font-weight: 600; color: var(--oway-text); }
.oway-spec-item .value.yes { color: var(--oway-success); }
.oway-spec-item .value.no { color: #999; }

.oway-highlights {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e8f0 100%);
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.oway-highlights h4 { font-size: 13px; color: var(--oway-primary); margin-bottom: 14px; text-transform: uppercase; }

.oway-highlight-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.oway-highlight-tag {
    background: var(--oway-white);
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12px;
    color: var(--oway-primary-light);
    font-weight: 500;
}

.oway-sidebar {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 25px;
    box-shadow: var(--oway-shadow);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.oway-sidebar h3 {
    font-size: 17px;
    color: var(--oway-primary);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--oway-border);
}

.oway-quick-specs { margin-bottom: 22px; }

.oway-quick-spec {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--oway-border);
    font-size: 13px;
}

.oway-quick-spec:last-child { border-bottom: none; }
.oway-quick-spec span:first-child { color: var(--oway-text-light); }
.oway-quick-spec span:last-child { font-weight: 600; }

.oway-cta-buttons { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }

.oway-btn {
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    display: block;
}

.oway-btn-whatsapp { background: #25D366; color: #fff; }
.oway-btn-whatsapp:hover { background: #128C7E; }

.oway-btn-wechat { background: #07C160; color: #fff; }
.oway-btn-wechat:hover { background: #06AD56; }

.oway-btn-inquiry { background: var(--oway-primary); color: #fff; }
.oway-btn-inquiry:hover { background: var(--oway-primary-dark); }

.oway-variants {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 2px solid var(--oway-border);
}

.oway-variants h4 { font-size: 12px; color: var(--oway-text-light); margin-bottom: 12px; text-transform: uppercase; }

.oway-variant-list { display: flex; flex-direction: column; gap: 7px; }

.oway-variant-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.oway-variant-item:hover { background: #e9ecef; }

.oway-variant-item.active {
    background: var(--oway-primary);
    color: #fff;
}

.oway-variant-item span:first-child { font-weight: 500; }
.oway-variant-item small { font-size: 10px; opacity: 0.7; margin-left: 4px; }
.oway-variant-item span:last-child { color: var(--oway-text-light); }
.oway-variant-item.active span:last-child { color: var(--oway-accent); }

@media (max-width: 900px) {
    .oway-sidebar { position: static; }
}

/* ============================================
   20. FAQ SECTION (Vehicle Detail Page)
   ============================================ */
.oway-faq-section {
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    padding: 40px;
    box-shadow: var(--oway-shadow);
    margin-bottom: 24px;
}

.oway-faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.oway-faq-header h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.oway-faq-header p {
    color: var(--oway-text-light);
    font-size: 0.9rem;
}

.oway-faq-list {
    max-width: 750px;
    margin: 0 auto;
}

.oway-faq-item {
    border-bottom: 1px solid var(--oway-border);
}

.oway-faq-item:last-child { border-bottom: none; }

.oway-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--oway-text);
    transition: color 0.3s;
    gap: 12px;
    user-select: none;
}

.oway-faq-question:hover { color: #E8A838; }

.oway-faq-question::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    background: var(--oway-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
}

.oway-faq-toggle {
    font-size: 14px;
    color: var(--oway-text-light);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.oway-faq-item.faq-open .oway-faq-toggle {
    transform: rotate(180deg);
}

.oway-faq-answer {
    display: none;
    padding: 0 0 16px 36px;
    font-size: 13px;
    color: var(--oway-text-light);
    line-height: 1.7;
}

.oway-faq-answer::before {
    content: 'A: ';
    font-weight: 600;
    color: #E8A838;
}

@media (max-width: 600px) {
    .oway-faq-section { padding: 25px 20px; }
    .oway-faq-question { font-size: 13px; }
}



/* ============================================
   21. LOADING STATE
   ============================================ */
.oway-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: var(--oway-white);
    animation: oway-spin 0.8s linear infinite;
}

@keyframes oway-spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   NEW CARS LISTING (shortcode: oway_new_cars)
   ============================================ */
.oway-cat-header { text-align:center; margin-bottom:30px; padding-bottom:20px; border-bottom:2px solid #E2E8F0; }
.oway-cat-header h1 { font-size:2.2rem; color:#1B2A4A; margin-bottom:8px; }
.oway-vehicle-search-bar { max-width:600px; margin:0 auto 30px; position:relative; }
.oway-search-input-wrap { display:flex; align-items:center; background:#fff; border:2px solid #E2E8F0; border-radius:10px; padding:12px 18px; transition:all 0.3s; }
.oway-search-input-wrap:focus-within { border-color:#E8A838; box-shadow:0 0 0 3px rgba(232,168,56,0.15); }
.oway-search-icon { font-size:1.15rem; margin-right:10px; color:#999; }
.oway-search-input-wrap input { flex:1; border:none; outline:none; font-size:14px; background:transparent; color:#333; }
.oway-search-input-wrap input::placeholder { color:#bbb; }
.oway-search-clear { cursor:pointer; font-size:1.4rem; color:#999; line-height:1; padding:0 4px; }
.oway-search-clear:hover { color:#666; }
.oway-vehicle-grid { display:flex; flex-wrap:wrap; gap:24px; justify-content:flex-start; padding:20px 0 40px; }
.oway-vehicle-card { flex:0 0 calc(33.333% - 16px); min-width:260px; max-width:380px; text-decoration:none !important; border:1px solid #E2E8F0; border-radius:12px; overflow:hidden; background:#fff; transition:transform 0.3s, box-shadow 0.3s; box-sizing:border-box; }
.oway-vehicle-card:hover { transform:translateY(-4px); box-shadow:0 8px 25px rgba(0,0,0,0.12); }
.oway-featured-card { border:2px solid #E8A838 !important; }
.oway-thumb-card { display:flex !important; flex-direction:column !important; text-align:center; }
.oway-thumb-img-wrap { width:100%; height:180px; overflow:hidden; border-radius:8px 8px 0 0; background:#f0f2f5; display:flex; align-items:center; justify-content:center; }
.oway-thumb-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s ease; }
.oway-thumb-card:hover .oway-thumb-img-wrap img { transform:scale(1.06); }
.oway-no-img { font-size:3.5rem; color:#ccc; }
.oway-thumb-info { padding:16px 12px; }
.oway-thumb-info h3 { font-size:0.95rem !important; margin-bottom:6px !important; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.oway-thumb-price { font-weight:700; color:#E8A838; font-family:'Montserrat',sans-serif; font-size:0.95rem; }
.oway-card-hidden { display:none !important; }
@media(max-width:900px){ .oway-vehicle-card { flex:0 0 calc(50% - 12px); } }
@media(max-width:600px){ .oway-cat-header h1{font-size:1.6rem;} .oway-thumb-img-wrap{height:150px;} .oway-vehicle-card { flex:0 0 100%; max-width:none; } }

/* ============================================
   

/* ============================================
   

/* ============================================
   

/* ============================================
   22. HERO CAROUSEL (NEW) - FIXED v3
   Banner images show fully, no cropping
   ============================================ */
.oway-hero-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0F1A30;
}

/* Use padding-top to maintain 1920:600 aspect ratio (3.2:1) */
.oway-carousel-track {
    position: relative;
    width: 100%;
    padding-top: 31.25%; /* 600/1920 = 0.3125 */
}

.oway-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.oway-carousel-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Carousel Indicators */
.oway-carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.oway-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
    box-sizing: border-box;
}

.oway-indicator.active {
    background: #E8A838;
    border-color: #E8A838;
    transform: scale(1.2);
}

/* Carousel Arrows */
.oway-carousel-prev,
.oway-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    line-height: 1;
}

.oway-carousel-prev { left: 20px; }
.oway-carousel-next { right: 20px; }

.oway-carousel-prev:hover,
.oway-carousel-next:hover {
    background: rgba(232, 168, 56, 0.9);
    border-color: #E8A838;
}

/* Hero Buttons Section - below carousel */
.oway-hero-buttons-section {
    background: #0F1A30;
    padding: 28px 0;
    text-align: center;
}

.oway-hero-buttons-section .oway-hero-buttons {
    display: inline-flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   23. CATEGORY CARDS V2 (Compact, All with Images)
   3 columns x 2 rows, image on top + text below
   ============================================ */
.oway-cat-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.oway-cat-card-v2 {
    display: block;
    text-decoration: none !important;
    background: var(--oway-white);
    border-radius: var(--oway-radius);
    overflow: hidden;
    box-shadow: var(--oway-shadow);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.oway-cat-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(27,42,74,0.18);
    border-color: var(--oway-accent);
}

.oway-cat-card-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: var(--oway-bg-light);
}

.oway-cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.oway-cat-card-v2:hover .oway-cat-card-img img {
    transform: scale(1.06);
}

.oway-cat-card-body {
    padding: 18px 16px;
    text-align: center;
}

.oway-cat-card-body h3 {
    font-size: 1rem;
    color: var(--oway-primary);
    margin-bottom: 6px;
    font-weight: 700;
}

.oway-cat-card-body p {
    font-size: 0.85rem;
    color: var(--oway-text-light);
    line-height: 1.5;
    margin: 0;
}

/* Custom Orders card special style */
.oway-cat-card-v2.oway-custom-order-trigger {
    border: 2px dashed var(--oway-accent);
}

/* ============================================
   24. CUSTOM ORDER POPUP (WhatsApp + WeChat)
   ============================================ */
.oway-contact-popup {
    max-width: 520px;
    text-align: center;
}

.oway-contact-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

.oway-contact-method {
    background: var(--oway-bg-light);
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
}

.oway-contact-method-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}

.oway-contact-method h4 {
    font-size: 0.95rem;
    color: var(--oway-primary);
    margin-bottom: 4px;
}

.oway-contact-method p {
    font-size: 0.82rem;
    color: var(--oway-text-light);
    margin-bottom: 8px;
}

.oway-wechat-qr-img {
    max-width: 140px;
    height: auto;
    border-radius: 8px;
    margin-top: 8px;
    border: 1px solid var(--oway-border);
}

/* ============================================
   25. SECTION BACKGROUND OVERLAYS
   ============================================ */
.oway-why-overlay,
.oway-process-overlay,
.oway-testimonials-overlay,
.oway-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 26, 48, 0.75);
    z-index: 1;
}

.oway-why-us,
.oway-process,
.oway-testimonials,
.oway-contact {
    position: relative;
}

/* Ensure text is visible over background images */
.oway-why-us .oway-section-header h2,
.oway-process .oway-section-header h2,
.oway-testimonials .oway-section-header h2,
.oway-contact .oway-section-header h2 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.oway-why-us .oway-section-header p,
.oway-process .oway-section-header p,
.oway-testimonials .oway-section-header p,
.oway-contact .oway-section-header p {
    color: rgba(255,255,255,0.8);
    position: relative;
    z-index: 2;
}

/* ============================================
   26. RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .oway-cat-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .oway-cat-card-img { height: 140px; }
}

@media (max-width: 768px) {
    .oway-carousel-track {
        padding-top: 50%; /* Taller on mobile */
    }
    .oway-carousel-prev,
    .oway-carousel-next {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .oway-carousel-prev { left: 10px; }
    .oway-carousel-next { right: 10px; }
    .oway-hero-buttons-section {
        padding: 20px 0;
    }
    .oway-hero-buttons-section .oway-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .oway-cat-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .oway-cat-card-img { height: 120px; }
    .oway-cat-card-body { padding: 14px 12px; }
    .oway-contact-methods {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   27. OWAY POLISHED EXPORT SITE REFRESH
   ============================================ */
.oway-site-v2,
.oway-detail-v2 {
    --oway-ink: #07111f;
    --oway-ink-2: #102033;
    --oway-steel: #5c6879;
    --oway-line: #d9e2ec;
    --oway-blue: #25a7ff;
    --oway-cyan: #38e8ff;
    --oway-gold: #d5a44e;
    --oway-green: #1fba73;
    --oway-paper: #f5f7fb;
    background: #f5f7fb;
    color: var(--oway-ink);
    overflow-x: hidden;
}

.oway-site-v2 .ast-container,
.oway-detail-v2 .ast-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
}

.oway-top-contact {
    background: #07111f;
    color: #dbeafe;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.oway-top-contact-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
}

.oway-top-contact-inner a {
    color: #fff;
    text-decoration: none;
    margin-left: 16px;
}

.oway-top-whatsapp {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(31,186,115,0.18);
    border: 1px solid rgba(31,186,115,0.48);
}

.oway-hero-2026 {
    position: relative;
    min-height: 86vh;
    padding: 96px 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
    overflow: hidden;
    background: #020711;
}

.oway-hero-image {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image: url('../images/hero-black-car-tech.jpg');
    background-size: cover;
    background-position: center 58%;
    transform: scale(1.02);
    animation: owayHeroDrift 18s ease-in-out infinite alternate;
}

.oway-hero-2026::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(2,7,17,0.93) 0%, rgba(2,7,17,0.62) 34%, rgba(2,7,17,0.22) 62%, rgba(2,7,17,0.72) 100%),
        radial-gradient(circle at 50% 82%, rgba(37,167,255,0.22), transparent 34%);
}

.oway-hero-2026::after {
    content: "";
    position: absolute;
    left: -18%;
    right: -18%;
    top: 35%;
    height: 2px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(56,232,255,0.85), rgba(255,255,255,0.9), rgba(56,232,255,0.78), transparent);
    box-shadow: 0 0 24px rgba(56,232,255,0.5);
    animation: owayLightSweep 5.8s ease-in-out infinite;
}

.oway-hero-orbit {
    position: absolute;
    z-index: -1;
    width: 52vw;
    height: 52vw;
    max-width: 760px;
    max-height: 760px;
    border: 1px solid rgba(56,232,255,0.18);
    border-radius: 50%;
    filter: blur(0.2px);
    pointer-events: none;
}

.oway-hero-orbit-one {
    right: -16vw;
    bottom: -28vw;
    box-shadow: inset 0 0 80px rgba(37,167,255,0.08), 0 0 60px rgba(56,232,255,0.1);
}

.oway-hero-orbit-two {
    left: -30vw;
    top: -34vw;
    border-color: rgba(213,164,78,0.12);
}

.oway-hero-scan {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.18;
    background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 100% 7px;
    pointer-events: none;
}

.oway-hero-vignette {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    z-index: -1;
    background: linear-gradient(transparent, #020711 86%);
    pointer-events: none;
}

.oway-hero-logo-row {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.oway-hero-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    min-height: 72px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(2,7,17,0.58);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.28);
    pointer-events: auto;
}

.oway-hero-logo img {
    max-width: 150px;
    max-height: 54px;
    width: auto;
    height: auto;
    display: block;
}

.oway-hero-center {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 820px !important;
    margin: auto;
    text-align: center;
    padding-top: 36px;
    color: #fff;
}

.oway-eyebrow {
    margin: 0 0 13px;
    color: var(--oway-cyan);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.oway-hero-center h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 8vw, 104px);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 24px 80px rgba(0,0,0,0.55);
}

.oway-hero-lead {
    max-width: 720px;
    margin: 24px auto 0;
    color: rgba(238,246,255,0.9);
    font-size: 18px;
    line-height: 1.7;
}

.oway-hero-actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.oway-hero-contact-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 24px auto 0;
    flex-wrap: wrap;
    align-items: center;
}

.oway-contact-chip {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 10px;
    background: rgba(2,7,17,0.62);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.24);
    box-sizing: content-box;
}

.oway-contact-chip img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    border-radius: 4px;
    background: #fff;
    display: block;
}

.oway-contact-chip span {
    display: none;
}

/* WeChat label in top contact bar */
.oway-top-wechat {
    color: var(--oway-steel);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0 8px;
    border-right: 1px solid #d0d7e0;
}

.oway-btn-primary,
.oway-btn-whatsapp,
.oway-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none !important;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.2;
}

.oway-btn-primary {
    background: linear-gradient(135deg, #fff, #dceeff);
    color: #07111f !important;
}

.oway-btn-whatsapp {
    background: #1fba73;
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(31,186,115,0.28);
}

.oway-btn-secondary {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border-color: rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
}

.oway-hero-proof-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 50px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(16px);
}

.oway-hero-proof-row div {
    min-height: 82px;
    padding: 18px;
    background: rgba(2,7,17,0.52);
    color: #fff;
}

.oway-hero-proof-row span {
    display: block;
    color: var(--oway-cyan);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.oway-hero-proof-row strong {
    display: block;
    font-size: 14px;
    line-height: 1.45;
}

.oway-trust-strip-2026 {
    background: #fff;
    border-bottom: 1px solid var(--oway-line);
}

.oway-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.oway-trust-grid > div {
    padding: 28px 22px;
    border-right: 1px solid var(--oway-line);
}

.oway-trust-grid > div:last-child {
    border-right: none;
}

.oway-trust-grid strong,
.oway-trust-grid span {
    display: block;
}

.oway-trust-grid strong {
    color: var(--oway-ink);
    margin-bottom: 8px;
}

.oway-trust-grid span {
    color: var(--oway-steel);
    font-size: 14px;
    line-height: 1.55;
}

.oway-section {
    padding: 70px 0;
}

.oway-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.oway-section-heading p {
    margin: 0 0 8px;
    color: #2463eb;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.oway-section-heading h2,
.oway-credibility-grid h2,
.oway-final-cta h2 {
    margin: 0;
    color: var(--oway-ink);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
}

.oway-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    max-width: none;
}

.oway-text-link {
    color: #0c60b8 !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.oway-category-grid-polished {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.oway-category-card {
    position: relative;
    min-height: 252px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    background: #07111f;
    box-shadow: 0 18px 48px rgba(7,17,31,0.14);
}

.oway-category-card img {
    width: 100%;
    height: 100%;
    min-height: 252px;
    object-fit: cover;
    display: block;
    opacity: 0.72;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.oway-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,17,31,0.08), rgba(7,17,31,0.82));
}

.oway-category-card > div {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.oway-category-card h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 22px;
}

.oway-category-card p {
    color: rgba(255,255,255,0.82);
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.oway-category-card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.oway-product-grid-compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.oway-product-card {
    background: #fff;
    border: 1px solid var(--oway-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(7,17,31,0.08);
}

.oway-product-image {
    display: block;
    height: 188px;
    background: #e8edf5;
    overflow: hidden;
}

.oway-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oway-product-body {
    padding: 18px;
}

.oway-product-type {
    display: inline-flex;
    margin-bottom: 10px;
    color: #0c60b8;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.oway-product-body h3 {
    min-height: 52px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.oway-product-body h3 a {
    color: var(--oway-ink);
    text-decoration: none !important;
}

.oway-product-body p {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--oway-steel);
    font-size: 14px;
    line-height: 1.55;
}

.oway-product-meta,
.oway-product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.oway-product-meta {
    margin-bottom: 14px;
    color: var(--oway-steel);
    font-size: 12px;
}

.oway-product-footer strong {
    color: var(--oway-ink);
    font-size: 15px;
}

.oway-product-footer a {
    color: #1f8f5b !important;
    font-weight: 900;
    text-decoration: none !important;
}

.oway-credibility-band {
    background: #081320;
    color: #fff;
}

.oway-credibility-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.oway-credibility-grid h2 {
    color: #fff;
}

.oway-credibility-list {
    display: grid;
    gap: 14px;
}

.oway-credibility-list div {
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.oway-credibility-list strong,
.oway-credibility-list span {
    display: block;
}

.oway-credibility-list span {
    color: rgba(232,242,255,0.76);
    margin-top: 7px;
    line-height: 1.6;
}

.oway-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.oway-process-grid div {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--oway-line);
    border-radius: 8px;
}

.oway-process-grid span {
    color: #0c60b8;
    font-weight: 900;
}

.oway-process-grid h3 {
    margin: 16px 0 10px;
    color: var(--oway-ink);
}

.oway-process-grid p {
    color: var(--oway-steel);
    margin: 0;
    line-height: 1.6;
}

.oway-final-cta {
    padding: 70px 0;
    background: #fff;
    border-top: 1px solid var(--oway-line);
}

.oway-final-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.9fr 190px;
    gap: 22px;
    align-items: start;
}

.oway-final-cta p {
    color: var(--oway-steel);
    line-height: 1.65;
}

.oway-lead-form,
.oway-wechat-card,
.oway-content-card,
.oway-quote-panel {
    background: #fff;
    border: 1px solid var(--oway-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(7,17,31,0.08);
}

.oway-lead-form {
    padding: 22px;
    display: grid;
    gap: 12px;
    border-top: 4px solid #1fba73;
}

.oway-lead-form label {
    display: grid;
    gap: 6px;
    color: var(--oway-steel);
    font-size: 12px;
    font-weight: 800;
}

.oway-lead-form input,
.oway-lead-modal-card input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--oway-line);
    border-radius: 6px;
    padding: 0 12px;
}

.oway-wechat-card {
    padding: 18px;
    text-align: center;
    border-top: 4px solid #25a7ff;
}

.oway-wechat-card img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin: 0 auto 12px;
    background: #fff;
    padding: 6px;
}

.oway-whatsapp-qr-card strong {
    display: block;
    color: var(--oway-ink);
    margin-bottom: 6px;
}

.oway-whatsapp-qr-card span {
    display: block;
    color: var(--oway-steel);
    font-size: 13px;
    line-height: 1.45;
}

.oway-detail-hero {
    padding: 42px 0 30px;
    background: linear-gradient(180deg, #07111f, #0d1b2d 56%, #f5f7fb 56%);
}

.oway-breadcrumbs {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    margin-bottom: 24px;
}

.oway-breadcrumbs a {
    color: #fff !important;
    text-decoration: none !important;
}

.oway-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: 24px;
    align-items: start;
}

.oway-gallery,
.oway-quote-panel {
    min-width: 0;
}

.oway-main-photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
    max-height: 560px;
    border-radius: 8px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

.oway-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #111827;
}

.oway-thumb-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.oway-thumb-row button {
    aspect-ratio: 4 / 3;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.oway-thumb-row button.active {
    border-color: var(--oway-blue);
}

.oway-thumb-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oway-quote-panel {
    padding: 24px;
    position: sticky;
    top: 90px;
}

.oway-quote-panel h1 {
    margin: 0 0 8px;
    color: var(--oway-ink);
    font-size: 32px;
    line-height: 1.15;
}

.oway-detail-subtitle,
.oway-price-note {
    color: var(--oway-steel);
    line-height: 1.6;
}

.oway-detail-price {
    margin-top: 18px;
    color: var(--oway-ink);
    font-size: 30px;
    font-weight: 900;
}

.oway-version-switcher {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0;
}

.oway-version-switcher button {
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--oway-line);
    border-radius: 6px;
    background: #f8fafc;
    color: var(--oway-ink);
    font-weight: 800;
    cursor: pointer;
}

.oway-version-switcher button.active {
    background: #07111f;
    color: #fff;
    border-color: #07111f;
}

.oway-quick-specs,
.oway-spec-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.oway-quick-specs div,
.oway-spec-table div {
    padding: 13px;
    border: 1px solid var(--oway-line);
    border-radius: 6px;
    background: #f8fafc;
}

.oway-quick-specs span,
.oway-spec-table span {
    display: block;
    color: var(--oway-steel);
    font-size: 12px;
    margin-bottom: 5px;
}

.oway-quick-specs strong,
.oway-spec-table strong {
    display: block;
    color: var(--oway-ink);
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.oway-wide-btn {
    width: 100%;
    margin-top: 12px;
}

.oway-detail-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.oway-content-card {
    padding: 26px;
}

.oway-card-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 18px;
}

.oway-content-card h2 {
    margin: 0 0 16px;
    color: var(--oway-ink);
}

.oway-rich-text,
.oway-content-card p {
    color: var(--oway-steel);
    line-height: 1.7;
}

.oway-lead-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(2,7,17,0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.oway-lead-modal-card {
    width: min(460px, 100%);
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    box-shadow: 0 30px 80px rgba(2,7,17,0.35);
    border-top: 5px solid #1fba73;
}

.oway-lead-modal-card h3 {
    margin-top: 0;
    color: var(--oway-ink);
}

.oway-lead-modal-card p {
    color: var(--oway-steel);
    line-height: 1.6;
}

.oway-lead-close {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f1f5f9;
    border-radius: 50%;
    cursor: pointer;
}

.oway-lead-modal-card form {
    display: grid;
    gap: 12px;
}

@keyframes owayHeroDrift {
    from { transform: scale(1.02) translate3d(-0.6%, 0, 0); }
    to { transform: scale(1.07) translate3d(0.7%, -0.8%, 0); }
}

@keyframes owayLightSweep {
    0%, 100% { transform: translateX(-55%) rotate(-8deg); opacity: 0; }
    18%, 70% { opacity: 1; }
    100% { transform: translateX(55%) rotate(-8deg); }
}

@media (max-width: 1024px) {
    .oway-product-grid-compact,
    .oway-process-grid,
    .oway-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .oway-category-grid-polished,
    .oway-final-grid,
    .oway-credibility-grid,
    .oway-detail-grid {
        grid-template-columns: 1fr;
    }
    .oway-quote-panel {
        position: static;
    }
}

@media (max-width: 768px) {
    .oway-top-contact-inner,
    .oway-heading-row,
    .oway-card-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .oway-top-contact-inner a {
        margin-left: 0;
        margin-right: 10px;
    }
    .oway-top-wechat {
        border-right: 0;
        padding: 0;
        margin-right: 10px;
    }
    .oway-hero-2026 {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 48px;
    }
    .oway-hero-logo {
        width: 120px;
        min-height: 48px;
    }
    .oway-hero-logo img {
        max-width: 100px;
        max-height: 38px;
    }
    .oway-hero-center {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .oway-hero-center h1 {
        font-size: 36px;
    }
    .oway-hero-lead {
        font-size: 14px;
    }
    .oway-hero-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .oway-hero-actions > * {
        width: 100%;
    }
    .oway-hero-contact-bar {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .oway-contact-chip {
        width: 150px;
        height: 150px;
    }
    .oway-contact-chip img {
        width: 150px;
        height: 150px;
    }
    .oway-hero-proof-row,
    .oway-category-grid-polished,
    .oway-product-grid-compact,
    .oway-process-grid,
    .oway-trust-grid,
    .oway-quick-specs,
    .oway-spec-table {
        grid-template-columns: 1fr;
    }
    .oway-section {
        padding: 48px 0;
    }
    .oway-thumb-row {
        grid-template-columns: repeat(4, 1fr);
    }
    .oway-detail-price {
        font-size: 25px;
    }
    .oway-credentials-header h2 {
        font-size: 24px;
    }
    .oway-credentials-header span {
        font-size: 14px;
    }
}

.oway-detail-v2 .oway-main-photo {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: 560px !important;
    display: block !important;
    background: #111827 !important;
}

.oway-detail-v2 .oway-main-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #111827 !important;
}

.oway-detail-v2 .oway-spec-table-grouped {
    display: block !important;
    border: 1px solid var(--oway-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.oway-detail-v2 .oway-spec-group {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.oway-detail-v2 .oway-spec-group h3 {
    margin: 0;
    padding: 12px 18px;
    background: #eef4fa;
    color: var(--oway-ink);
    border-top: 1px solid var(--oway-line);
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
}

.oway-detail-v2 .oway-spec-group p {
    display: grid;
    grid-template-columns: minmax(180px, 32%) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 13px 18px;
    border-top: 1px solid var(--oway-line);
    color: var(--oway-steel);
    background: #fff;
}

.oway-detail-v2 .oway-spec-group p:nth-child(even) {
    background: #fafcff;
}

.oway-detail-v2 .oway-spec-group span {
    color: var(--oway-steel);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.oway-detail-v2 .oway-spec-group strong {
    color: var(--oway-ink);
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    word-break: break-word;
    font-weight: 800;
    min-height: 22px;
    padding-left: 18px;
    border-left: 1px solid var(--oway-line);
}

.oway-detail-v2 .oway-version-switcher button {
    text-align: left;
    white-space: normal;
    line-height: 1.25;
    padding-top: 9px;
    padding-bottom: 9px;
}

.oway-detail-v2 .oway-version-switcher {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.oway-detail-v2 .oway-version-switcher button {
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
}

.oway-detail-v2 .oway-quick-specs {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border: 1px solid var(--oway-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.oway-detail-v2 .oway-quick-specs div {
    display: grid;
    grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
    gap: 12px;
    border: 0 !important;
    border-top: 1px solid var(--oway-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 11px 13px !important;
}

.oway-detail-v2 .oway-quick-specs div:first-child {
    border-top: 0 !important;
}

.oway-detail-v2 .oway-quick-specs span {
    margin: 0 !important;
    font-weight: 700;
}

.oway-detail-v2 .oway-quick-specs strong {
    text-align: left;
}

@media (max-width: 768px) {
    .oway-detail-v2 .oway-spec-table-grouped {
        display: block !important;
    }
    .oway-detail-v2 .oway-spec-group p {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
    }
    .oway-detail-v2 .oway-spec-group strong {
        text-align: left;
        padding-left: 0;
        border-left: 0;
    }
}

.oway-detail-v2 #oway-active-spec-table.oway-spec-table-grouped .oway-spec-group p {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(180px, 32%) minmax(0, 1fr) !important;
}

.oway-detail-v2 #oway-active-spec-table.oway-spec-table-grouped .oway-spec-group div {
    display: block !important;
    width: 100% !important;
}

.oway-detail-v2 .oway-detail-content-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
}

.oway-detail-v2 .oway-content-card,
.oway-detail-v2 .oway-version-spec-card,
.oway-detail-v2 #oway-active-spec-table {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .oway-detail-v2 #oway-active-spec-table.oway-spec-table-grouped .oway-spec-group p {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   Credentials Wall & Contact Emails
   ============================================ */

.oway-credentials-wall {
    padding: 0;
    background: #fff;
}

.oway-credentials-panel {
    max-width: 1240px;
    margin: 0 auto;
    padding: 64px 28px;
    background: linear-gradient(180deg, #fafcff 0%, #f0f4fa 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-top: 0;
}

.oway-credentials-header {
    text-align: center;
    margin-bottom: 40px;
}

.oway-credentials-header .oway-eyebrow {
    color: #2463eb;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
}

.oway-credentials-header h2 {
    color: var(--oway-ink);
    font-size: clamp(26px, 3.5vw, 38px);
    margin: 0 0 12px;
    line-height: 1.15;
}

.oway-credentials-header span {
    color: var(--oway-steel);
    font-size: 15px;
    line-height: 1.6;
    max-width: 560px;
    display: inline-block;
}

/* Inline credentials row — all visible at once */
.oway-credentials-reel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    align-items: center;
}

/* Matte white frame */
.oway-credentials-reel > .oway-frame-mat {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #fff;
    padding: 8px;
    border: 1px solid #dde3ed;
    border-radius: 2px;
    box-shadow:
        0 2px 8px rgba(7,17,31,0.06),
        0 8px 28px rgba(7,17,31,0.07);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.oway-credentials-reel > .oway-frame-mat:hover {
    box-shadow:
        0 4px 14px rgba(7,17,31,0.10),
        0 14px 40px rgba(7,17,31,0.13);
    transform: translateY(-4px);
}

.oway-frame-mat img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #f8fafc;
}

/* Tablet: 3 columns */
@media (max-width: 1024px) {
    .oway-credentials-panel {
        padding: 48px 20px;
        border-radius: 12px;
    }
    .oway-credentials-reel {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: 2 columns */
@media (max-width: 768px) {
    .oway-credentials-panel {
        padding: 36px 14px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .oway-credentials-reel {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ============================================
   Contact Emails
   ============================================ */

.oway-contact-emails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.oway-contact-email-item {
    padding: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.oway-contact-email-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
}

.oway-contact-email-item a {
    color: #7ec8ff !important;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .oway-contact-emails {
        grid-template-columns: 1fr;
    }
}
