* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #fff;
}

.main-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 20px 40px;
}

.pricing-header {
    margin-bottom: 12px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0a1929;
    margin-bottom: 4px;
}

.pricing-last-updated {
    font-size: 12px;
    color: #5f6368;
    opacity: 0.7;
    margin: 0;
}

.pricing-warranty-note {
    text-align: center;
    font-size: 0.9rem;
    color: #5f6368;
    margin: 0 auto 50px auto;
    max-width: 770px;
}

.pricing-warranty-note-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.warranty-inclusions-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: inherit;
    color: #1976d2;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.warranty-inclusions-link:hover {
    color: #1565c0;
}

.warranty-inclusions-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.warranty-inclusions-icon svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.good-vs-excellent-trigger-wrapper {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.good-vs-excellent-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 8px 18px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1976d2;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(25, 118, 210, 0.35);
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
}

.good-vs-excellent-trigger:hover {
    background-color: #1565c0;
    box-shadow: 0 3px 10px rgba(25, 118, 210, 0.4);
    transform: translateY(-1px);
}

.good-vs-excellent-trigger:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(25, 118, 210, 0.35);
}

.good-vs-excellent-trigger:focus-visible {
    outline: 2px solid #0b72e7;
    outline-offset: 3px;
}

.good-vs-excellent-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 16px;
}

.good-vs-excellent-overlay[hidden] {
    display: none !important;
}

.good-vs-excellent-modal {
    position: relative;
    max-width: 480px;
    width: 100%;
    padding: 20px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.good-vs-excellent-modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a1929;
    margin: 0 0 14px 0;
}

.good-vs-excellent-modal-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.9rem;
    color: #374151;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.good-vs-excellent-modal-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #1976d2;
    margin-top: 2px;
}

.good-vs-excellent-modal-note-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 400px) {
    .good-vs-excellent-modal,
    .extracare-modal {
        padding-top: 32px;
    }
}

.preloved-origin-note {
    font-size: 0.75rem;
    color: #1565c0;
    background-color: #e3f2fd;
    border-left: 3px solid #1976d2;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 0 auto 30px auto;
    line-height: 1.45;
    font-style: italic;
    width: fit-content;
    transform: none;
}

.preloved-block {
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.preloved-block:last-child {
    margin-bottom: 0;
}

.preloved-block-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0a1929;
    margin: 0 0 8px 0;
}

.preloved-block p {
    font-size: 0.85rem;
    color: #374151;
    margin: 0;
    line-height: 1.5;
}

.preloved-excellent {
    background-color: #e0f2f1;
}

.preloved-good {
    background-color: #fff8e1;
}

.good-vs-excellent-modal p {
    font-size: 0.88rem;
    color: #5f6368;
    margin: 0 0 8px 0;
    line-height: 1.45;
}

.good-vs-excellent-modal p:last-child {
    margin-bottom: 0;
}

.good-vs-excellent-modal strong {
    color: #374151;
}

.good-vs-excellent-close {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #1976d2;
    background: #e5edff;
    border: none;
    cursor: pointer;
    border-radius: 999px;
}

.good-vs-excellent-close:hover {
    background: #d7e7ff;
    color: #0b5394;
}

/* ExtraCare popup */
.extracare-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: #1976d2;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.extracare-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.extracare-trigger-icon svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.extracare-trigger:hover {
    color: #1565c0;
}

.extracare-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 16px;
}

.extracare-overlay[hidden] {
    display: none !important;
}

.extracare-modal {
    position: relative;
    max-width: 480px;
    width: 100%;
    padding: 20px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.extracare-modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a1929;
    margin: 0 0 14px 0;
}

.extracare-modal p {
    font-size: 0.88rem;
    color: #5f6368;
    margin: 0;
    line-height: 1.45;
}

/* Inclusions popup uses the standard ExtraCare modal padding; no special wrapping needed */

.extracare-close {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #1976d2;
    background: #e5edff;
    border: none;
    cursor: pointer;
    border-radius: 999px;
}

.extracare-close:hover {
    background: #d7e7ff;
    color: #0b5394;
}

.pricing-subtitle {
    font-size: 0.9rem;
    color: #5f6368;
}

.refresh-prices-btn {
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 0.85rem;
    color: #1976d2;
    background: transparent;
    border: 1px solid #1976d2;
    border-radius: 8px;
    cursor: pointer;
}
.refresh-prices-btn:hover:not(:disabled) {
    background: #e3f2fd;
}
.refresh-prices-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.refresh-prices-btn.hidden {
    display: none;
}

.pricing-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 16px;
    padding: 12px;
    background-color: #f5f7fb;
    border-radius: 12px;
}

.filter-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #5f6368;
}

.filter-select,
.filter-input {
    border-radius: 999px;
    border: 1px solid #d0d7de;
    padding: 8px 12px;
    font-size: 0.9rem;
    outline: none;
    background-color: #ffffff;
    color: #0a1929;
}

.filter-select:focus,
.filter-input:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.15);
}

.condition-toggle {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 2px;
    border: 1px solid #d0d7de;
    overflow: hidden;
}

.condition-button {
    border: none;
    background: transparent;
    padding: 6px 12px;
    font-size: 0.85rem;
    color: #5f6368;
    cursor: pointer;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.condition-button.is-active {
    background-color: #1976d2;
    color: #ffffff;
}

.condition-button:not(.is-active):hover {
    background-color: #e3f2fd;
}

.pricing-list-section {
    margin-top: 8px;
}

.pricing-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 32px;
}

.pricing-loading[hidden] {
    display: none !important;
}

.pricing-loading-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e8eaed;
    border-top-color: #1a73e8;
    border-radius: 50%;
    animation: pricing-spin 0.8s linear infinite;
}

.pricing-loading-text {
    font-size: 0.9rem;
    color: #5f6368;
}

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

.pricing-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 720px) {
    .pricing-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1040px) {
    .pricing-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pricing-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    background-color: #f7f9fc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    color: #0a1929;
}

.pricing-table thead {
    background-color: #e5edff;
}

.pricing-table th,
.pricing-table td {
    padding: 10px 12px;
    text-align: right;
    border-bottom: 1px solid #e5e7eb;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
    text-align: left;
    width: 28%;
}

.pricing-table th:nth-child(2),
.pricing-table td:nth-child(2) {
    text-align: left;
    width: 12%;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f9fbff;
}

.pricing-table tbody tr:hover {
    background-color: #edf3ff;
}

.pricing-table th {
    font-weight: 600;
    font-size: 0.8rem;
    color: #374151;
}

.pricing-table-head-label {
    vertical-align: middle;
}

.pricing-table-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    color: #1976d2;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.pricing-table-head-icon svg {
    width: 100%;
    height: 100%;
}

.pricing-table td {
    font-size: 0.8rem;
}

.pricing-table td:nth-child(3),
.pricing-table td:nth-child(4) {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.price-missing {
    color: #9aa0a6;
}

.pricing-table-footer {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

.pricing-empty {
    margin-top: 16px;
    font-size: 0.9rem;
    color: #5f6368;
}

.pricing-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background-color: #f7f9fc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.pricing-card-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pricing-card-model {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0a1929;
}

.pricing-card-meta {
    font-size: 0.8rem;
    color: #5f6368;
}

.pricing-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.tag {
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #e0e7ff;
    color: #374151;
    background-color: #f9fafb;
}

.tag--condition-new {
    border-color: #c8e6c9;
    background-color: #e8f5e9;
    color: #1b5e20;
}

.tag--condition-used {
    border-color: #ffe0b2;
    background-color: #fff3e0;
    color: #e65100;
}

.pricing-card-price {
    font-size: 1rem;
    font-weight: 600;
    color: #1976d2;
    white-space: nowrap;
}

.pricing-card-price-placeholder {
    color: #9aa0a6;
}

/* Accordion-style model groups */
.model-group {
    height: fit-content;
    border-radius: 12px;
    background-color: #f7f9fc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.model-header {
    width: 100%;
    border: none;
    background: none;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
}

.model-header-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.model-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #0a1929;
}

.model-count {
    font-size: 0.75rem;
    color: #5f6368;
}

.model-header-icon {
    font-size: 0.9rem;
    color: #5f6368;
    transition: transform 0.2s ease;
}

.model-group.is-open .model-header-icon {
    transform: rotate(90deg);
}

.model-body {
    border-top: 1px solid #e5e7eb;
    padding: 0 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.variant-used-condition-note {
    margin: 4px 0 2px;
    padding: 10px 0 4px;
}

.variant-used-condition-note__rule {
    height: 0;
    border: none;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    margin: 0 0 8px;
}

.variant-used-condition-note__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.variant-used-condition-note__text {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #6b7280;
    font-weight: 400;
}

.variant-used-condition-note__info {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(25, 118, 210, 0.08);
    color: #5f7ea8;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.variant-used-condition-note__info:hover {
    background: rgba(25, 118, 210, 0.14);
    color: #1976d2;
}

.variant-used-condition-note__info:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.variant-used-condition-note__info svg {
    width: 14px;
    height: 14px;
}

.variant-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 8px;
}

.variant-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.variant-meta {
    font-size: 0.82rem;
    color: #5f6368;
}

.variant-tags {
    display: flex;
    gap: 4px;
    margin-top: 2px;
}

.variant-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1976d2;
    white-space: nowrap;
}

.variant-price.placeholder {
    color: #9aa0a6;
}

.variant-used-grades {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 16px;
    font-size: 0.9rem;
}

.variant-grade {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.variant-grade-label {
    font-size: 0.72rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.variant-grade-price {
    font-weight: 600;
    color: #1976d2;
    white-space: nowrap;
}

.variant-grade-price.placeholder {
    color: #9aa0a6;
    font-weight: 500;
}

.price-inquire-link {
    font-size: calc(1em - 2px);
    opacity: 0.75;
}

.model-footer {
    margin-top: 6px;
    padding: 10px 0 10px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
}

.model-footer-link {
    font-size: 0.78rem;
    color: #1976d2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: #e8f2ff;
    padding: 4px 8px;
    border-radius: 999px;
}

.model-footer-link:hover {
    text-decoration: underline;
    background-color: #d7e7ff;
}

.model-footer-icon svg {
    width: 14px;
    height: 14px;
}

.navbar {
    width: 100%;
    background-color: #0a1929;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

@media (min-width: 600px) {
    .main-content {
        padding: 30px 24px 48px;
    }

    .pricing-filters {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .filter-field {
        flex: 1 1 160px;
    }
}

@media (min-width: 900px) {
    .pricing-header {
        margin-bottom: 24px;
    }

    .pricing-title {
        font-size: 1.8rem;
    }

    .pricing-subtitle {
        font-size: 1rem;
    }

    .pricing-table-wrapper {
        border-radius: 16px;
    }

    .model-header {
        padding: 14px 18px;
    }

    .model-body {
        padding: 0 18px 8px;
    }
}

@media (min-width: 1200px) {
    .pricing-table {
        font-size: 0.84rem;
    }
}

.nav-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
}

.logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
}

.nav-links li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.nav-links li a:hover {
    color: #90caf9;
}

/* Placeholder nav items – not yet active */
.nav-links a.nav-link--coming-soon {
    color: rgba(255, 255, 255, 0.4);
    cursor: default;
    pointer-events: none;
}
.nav-links a.nav-link--coming-soon:hover {
    color: rgba(255, 255, 255, 0.4);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-message-link {
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(144, 202, 249, 0.16);
    padding: 6px 10px;
    border-radius: 999px;
}

.nav-message-link:hover {
    background-color: rgba(144, 202, 249, 0.28);
}

.nav-message-icon svg {
    width: 14px;
    height: 14px;
}

.shipping-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    vertical-align: text-bottom;
}

.shipping-icon svg {
    width: 16px;
    height: 16px;
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.icon-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #90caf9;
}

.icon-button svg {
    width: 24px;
    height: 24px;
}

/* Mobile menu toggle button */
.mobile-menu-toggle {
    display: none;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mobile-menu-toggle .hamburger-line {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-menu-toggle .hamburger-line:nth-child(1) {
    top: 11px;
}

.mobile-menu-toggle .hamburger-line:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu-toggle .hamburger-line:nth-child(3) {
    bottom: 11px;
}

.mobile-menu-toggle .close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(90deg);
    opacity: 0;
    transition: all 0.3s ease;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggle.active .hamburger-line {
    opacity: 0;
    transform: translateX(-50%) scale(0);
}

.mobile-menu-toggle.active .close-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Responsive design */
@media (max-width: 1024px) {
    .nav-links {
        gap: 20px;
    }
    
    .nav-links li a {
        font-size: 13px;
    }
    
    .nav-left {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 16px;
    }

    .nav-badge-row {
        padding: 0 16px 10px;
    }
    
    .nav-left {
        gap: 16px;
        position: relative;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        max-width: 320px;
        height: calc(100vh - 64px);
        background-color: #0a1929;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
    }
    
    .nav-links.active {
        transform: translateX(0);
    }
    
    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-links li:last-child {
        border-bottom: none;
    }
    
    .nav-links li a {
        display: block;
        padding: 16px 0;
        font-size: 16px;
        width: 100%;
    }
    
    .logo img {
        height: 28px;
    }
    
    .nav-right {
        gap: 8px;
    }
    
    .icon-button {
        width: 36px;
        height: 36px;
        padding: 6px;
    }
    
    .icon-button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 12px;
        height: 56px;
    }

    .nav-badge-row {
        padding: 0 12px 8px;
    }
    
    .logo img {
        height: 24px;
    }
    
    .nav-links {
        top: 56px;
        height: calc(100vh - 56px);
        max-width: 280px;
        padding: 20px;
    }
    
    .nav-links li a {
        font-size: 15px;
        padding: 14px 0;
    }
    
    .icon-button {
        width: 32px;
        height: 32px;
        padding: 4px;
    }
    
    .icon-button svg {
        width: 18px;
        height: 18px;
    }
}

/* Tablet landscape adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .nav-links {
        gap: 18px;
    }
    
    .nav-links li a {
        font-size: 13px;
    }
}

