:root {
    --nr-blue: #0035a2;
    --nr-blue-dark: #002a82;
    --nr-yellow: #ffcc00;
    --nr-bg: #f4f8ff;
    --nr-text: #1b2330;
    --nr-border: #d8e2f3;
    --nr-muted: #5c6f86;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #fbfbfb;
    color: var(--nr-text);
    line-height: 1.45;
    overflow-x: hidden;
}

.container {
    width: min(1300px, 92%);
    margin: 0 auto;
}

.topbar {
    background: var(--nr-blue-dark);
    border-bottom: 3px solid var(--nr-yellow);
    position: sticky;
    top: 0;
    z-index: 45;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 5px;
}

.brand {
    text-decoration: none;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    height: 22px;
    width: auto;
    display: block;
}

.menu {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.menu a {
    color: #e7eeff;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 0px; 
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown-toggle {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: transparent;
    color: #e7eeff; 
    padding: 7px 12px;
    margin-top: 0;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .01em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px; 
}

.menu-dropdown-toggle span[aria-hidden="true"] {
    opacity: .95;
}

.menu-dropdown-toggle .mdi {
    font-size: 17px;
    line-height: 1;
}

 
.menu-dropdown-toggle:active {
    transform: translateY(0);
}

.menu-dropdown-dot {
    font-size: 1.05rem;
    line-height: 1;
    transform: translateY(-1px);
}

.menu-dropdown-list {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 190px;
    max-height: 72vh;
    background: #fff;
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    padding: 6px;
    display: none;
    overflow-y: auto;
    z-index: 50;
}

.menu-dropdown.is-open .menu-dropdown-list {
    display: block;
}

.menu-dropdown-list a,
.menu-dropdown-action {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--nr-blue-dark);
    text-decoration: none;
    text-align: left;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 7px;
    padding: 9px 10px;
    margin-top: 0;
    cursor: pointer;
}

.menu-group {
    padding: 4px 2px;
}

.menu-group + .menu-group {
    border-top: 1px solid #edf2fb;
    margin-top: 3px;
    padding-top: 8px;
}

.menu-group-title {
    margin: 0 0 4px;
    padding: 0 8px;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6880a3;
    font-weight: 800;
}

.menu-subitem {
    padding-left: 18px !important;
}

.menu-dropdown-list a:hover,
.menu-dropdown-action:hover {
    background: #f5f9ff;
}

.menu-dropdown-action{
    color: rgb(124, 13, 13);
}

.hero {
    background: #fff;
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    padding: 26px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.hero h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--nr-blue-dark);
    width: 100%;
}

.hero p {
    margin: 0;
    color: var(--nr-muted);
    width: 100%;
    margin-bottom: 10px;
}

.hero .hero-back-btn {
    margin: 0;
    display: inline-flex;
    align-items: center; 
    order: 10;
}

.hero .hero-back-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero > .btn,
.hero > a.btn,
.hero > button,
.hero > form {
    margin-top: 0;
    order: 11;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 22px 0 30px;
}

.login-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
    align-items: start;
    margin-top: 22px;
}

.login-layout .hero,
.login-layout .login-panel {
    margin-top: 0;
}

.login-layout .hero {
    order: 1;
}

.login-layout .login-panel {
    order: 2;
}

.cf-turnstile{
    margin-top: 10px; 
}

.login-actions-row {
    display: flex;
    align-items: center; 
    gap: 12px;
    margin-top: 10px;
}

.login-actions-row button {
    margin-top: 0;
}

.login-remember {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.login-panel .cf-turnstile {
    width: 100%;
    margin-top: 10px;
}

.login-panel .cf-turnstile iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.hero-form-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
    align-items: start;
    margin-top: 22px;
}

.hero-form-layout .hero,
.hero-form-layout .card {
    margin-top: 0 !important;
}

.card {
    background: #fff;
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 4px 20px rgba(8, 36, 73, 0.05);
}

.card h2,
.card h3 {
    margin-top: 0;
    color: var(--nr-blue-dark);
}

.calc-flow {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.calc-step {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px;
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    background: #f8fbff;
}

.calc-step-num {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--nr-blue);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    display: grid;
    place-items: center;
}

.calc-step-title {
    margin: 0 0 3px;
    font-weight: 700;
    color: var(--nr-blue-dark);
    font-size: 0.92rem;
}

.calc-step-desc {
    margin: 0;
    color: #425a78;
    font-size: 0.88rem;
}

label {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: .92rem;
    font-weight: 600;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #c9d7ee;
    border-radius: 10px;
    font-size: .95rem;
    background: #fff;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(0, 71, 183, 0.25);
    border-color: #7ea5e8;
}

input[type="checkbox"] {
    width: auto;
    margin-right: 6px;
}

.inline-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 12px;
}

.inline-field {
    display: flex;
    flex-direction: column;
    flex: 1 1 180px;
    min-width: 160px;
}

.inline-field label {
    margin-top: 0;
}

.inline-field input,
.inline-field select,
.inline-field textarea {
    margin-top: 0;
}

.inline-actions {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

.inline-form .btn,
.inline-form button {
    margin-top: 0;
}

button,
.btn {
    display: inline-block;
    margin-top: 15px;
    border: 0;
    border-radius: 5px;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    background: var(--nr-blue);
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: var(--nr-blue-dark);
    border: 1px solid var(--nr-border);
}

.btn-accent {
    background: var(--nr-yellow);
    color: #332700;
}

.btn-danger {
    background: #d92d20;
    color: #fff;
}

.btn-danger:hover {
    background: #b42318;
}

.btn-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-with-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn-pulse {
    animation: btnPulse 1.8s ease-in-out infinite;
    transform-origin: center;
    box-shadow: 0 0 0 0 rgba(0, 53, 162, 0.28);
}

.btn-accent.btn-pulse {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.45);
}

.btn-pulse:hover,
.btn-pulse:focus {
    animation-play-state: paused;
}

@keyframes btnPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 53, 162, 0.28);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 0 0 10px rgba(0, 53, 162, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 53, 162, 0);
    }
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.actions form {
    margin: 0;
}

.actions .btn,
.actions button {
    margin-top: 0;
}

.actions-icon {
    align-items: center;
}

.icon-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 1;
    margin-top: 0;
    border: 1px solid var(--nr-border);
    border-radius: 8px;
    background: #fff;
    color: var(--nr-blue-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    appearance: none;
}

.icon-btn:hover {
    background: #f7faff;
}

.icon-btn.is-accent {
    background: var(--nr-yellow);
    color: #332700;
    border-color: #d8a700;
}

.icon-btn.is-danger {
    background: #fff1f1;
    color: #b42318;
    border-color: #f3b5b5;
}

.icon-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-btn[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1b2330;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 6px;
    pointer-events: none;
    z-index: 20;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid #e3ebf8;
    border-radius: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: #fff;
}

th,
td {
    border-bottom: 1px solid #e2e9f5;
    padding: 10px 6px;
    text-align: left;
}

th {
    color: var(--nr-blue-dark);
    background: #f7faff;
    font-size: .9rem;
}

.alert {
    margin-top: 14px;
    border-radius: 10px;
    padding: 12px 14px;
}

.alert-success {
    background: #eaf9ee;
    border: 1px solid #9cd9aa;
}

.alert-danger {
    background: #fff1f1;
    border: 1px solid #f3b5b5;
}

.price {
    font-size: 1.3rem;
    color: var(--nr-blue);
    font-weight: 800;
}

.payment-box {
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    padding: 14px;
    background: #f9fbff;
}

.product-picker {
    margin-top: 6px;
}

.product-picker-tools {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 10px;
}

.product-picker-tools input[type="search"] {
    flex: 1;
    min-width: 200px;
}

.product-grid {
    display: grid;
    gap: 8px;
}

.product-scroll-box {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px;
}

.product-item {
    border: 1px solid var(--nr-border);
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.product-item input[type="checkbox"] {
    margin-top: 2px;
}

.product-item-name {
    margin: 0;
    font-weight: 700;
    color: var(--nr-blue-dark);
}

.product-item-meta {
    margin: 2px 0 0;
    color: var(--nr-muted);
    font-size: .9rem;
}

.product-item-qty-label {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: var(--nr-muted);
}

.product-item-qty-input {
    width: 72px;
    height: 30px;
    padding: 4px 8px;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.plan-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.plan-card {
    border: 1px solid var(--nr-border);
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    cursor: pointer;
    transition: .18s ease;
    display: block;
}

.plan-card:hover {
    border-color: #8fb0ea;
    box-shadow: 0 6px 18px rgba(0, 53, 162, 0.08);
}

.plan-radio:checked + .plan-card {
    border-color: var(--nr-blue);
    box-shadow: 0 0 0 2px rgba(0, 53, 162, 0.12);
    background: #f5f9ff;
}

.plan-title {
    font-weight: 800;
    color: var(--nr-blue-dark);
    margin-bottom: 6px;
}

.plan-price {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--nr-blue);
    margin-bottom: 8px;
}

.plan-meta {
    color: #415a77;
    font-size: .88rem;
    margin-bottom: 3px;
}

.plan-products {
    margin-top: 8px;
    font-size: .85rem;
    color: #2f4057;
}

.payment-option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.payment-option-card {
    min-height: 132px;
}

.payment-option-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #eaf2ff, #f7fbff);
    color: var(--nr-blue);
    border: 1px solid rgba(0, 53, 162, 0.12);
}

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

.payment-option-hint {
    display: block;
    margin-top: 8px;
    font-size: .8rem;
    color: #5a6f86;
}

.global-loading {
    position: fixed;
    inset: 0;
    background: rgba(8, 22, 48, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.global-loading.is-active {
    display: flex;
}

.global-loading-box {
    min-width: 180px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #d9e5fb;
    padding: 20px 22px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.global-loading-box p {
    margin: 10px 0 0;
    font-weight: 600;
    color: var(--nr-blue-dark);
}

.global-loading-spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border-radius: 999px;
    border: 4px solid #e3ebfb;
    border-top-color: var(--nr-blue);
    animation: spinLoading .8s linear infinite;
}

@keyframes spinLoading {
    to { transform: rotate(360deg); }
}

.order-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
}

.order-actions .btn,
.order-actions form {
    margin: 0;
    width: 100%;
}

.order-actions .btn,
.order-actions button {
    width: 100%;
    text-align: center;
}

.action-dropdown {
    margin-top: 8px;
}

.action-dropdown-toggle {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    cursor: pointer;
    text-align: center;
}

.action-dropdown-toggle::-webkit-details-marker {
    display: none;
}

.action-dropdown-caret {
    font-size: .85rem;
    transition: transform .2s ease;
}

.action-dropdown[open] .action-dropdown-caret {
    transform: rotate(180deg);
}

.action-dropdown-menu {
    margin-top: 8px;
    display: grid;
    gap: 8px;
}

.action-dropdown-menu .btn,
.action-dropdown-menu form {
    width: 100%;
    margin: 0;
}

.action-dropdown-menu .btn {
    justify-content: center;
    text-align: center;
}


.order-back-btn {
    width: 100%;
    text-align: center;
}

.pagination-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item .page-link {
    display: inline-block;
    padding: 7px 11px;
    border: 1px solid var(--nr-border);
    border-radius: 8px;
    color: var(--nr-blue-dark);
    background: #fff;
    text-decoration: none;
}

.page-item.active .page-link {
    background: var(--nr-blue);
    color: #fff;
    border-color: var(--nr-blue);
}

.page-item.disabled .page-link {
    opacity: .55;
    pointer-events: none;
}

.mt-10 { margin-top: 10px !important; }
.mt-12 { margin-top: 12px !important; }
.mt-16 { margin-top: 16px !important; }
.mb-12 { margin-bottom: 12px !important; }
.m0 { margin: 0 !important; }
.maxw-420 { max-width: 420px !important; }
.maxw-640 { max-width: 640px !important; }
.maxw-680 { max-width: 680px !important; }
.maxw-700 { max-width: 700px !important; }
.maxw-720 { max-width: 720px !important; }
.maxw-760 { max-width: 760px !important; }

.inline-field-320 { flex-basis: 320px; }
.inline-search-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 12px;
}
.inline-min-220-flex {
    min-width: 220px;
    flex: 1;
}
.inline-min-220 {
    min-width: 220px;
}
.inline-flex-center-gap8 {
    display: flex;
    gap: 8px;
    align-items: center;
}
.field-maxw-140 { max-width: 140px; }
.logout-form-block { display: block; }
.plan-card-static {
    cursor: default;
    margin-bottom: 10px;
}
.payment-box-mt12 { margin-top: 12px; }
.text-warning-note { color: #9a5c00; }
.feedback-muted {
    margin: 8px 0 0;
    color: #4b5e77;
}
.feedback-muted-tight {
    margin: 6px 0 8px;
    color: #4b5e77;
}
.is-hidden { display: none !important; }

.sales-create-grid {
    grid-template-columns: minmax(620px, 1.35fr) minmax(280px, 0.65fr);
    align-items: start;
}

.sales-form-subtitle {
    margin: -2px 0 12px;
    color: #516987;
    font-size: .9rem;
}

.sales-form {
    display: grid;
    gap: 6px;
}

.sales-form input,
.sales-form select,
.sales-form textarea {
    border-color: #bfd0eb;
    background: #fcfdff;
}

.sales-form input:focus,
.sales-form select:focus,
.sales-form textarea:focus {
    border-color: #7ea5e8;
    box-shadow: 0 0 0 3px rgba(0, 53, 162, 0.1);
}

.sales-cnpj-btn {
    margin-top: 8px;
    width: fit-content;
    display: inline-flex;
    justify-self: start;
    align-self: start;
    padding: 6px 10px;
    font-size: .82rem;
}

.sales-submit-btn {
    width: fit-content;
    display: inline-flex;
    justify-self: start;
    align-self: start;
    padding: 7px 12px;
    font-size: .86rem;
}

.sales-offer-box {
    margin-top: 10px;
    border: 1px dashed #b8caea;
    border-radius: 12px;
    padding: 10px 12px 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 70%);
}

.sales-playbook {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 55%);
}

.sales-playbook h3 {
    margin-bottom: 8px;
}

.sales-cart {
    border: 1px solid #d6e3fb;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px 12px;
    margin-bottom: 12px;
}

.sales-cart-line,
.sales-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: .86rem;
    color: #365277;
}

.sales-cart-line strong,
.sales-cart-total strong {
    color: #0f2f5c;
    text-align: right;
}

.sales-cart-total {
    margin: 4px 0;
    padding: 9px 0;
    border-top: 1px solid #e3ebfa;
    border-bottom: 1px solid #e3ebfa;
}

.sales-cart-total span {
    font-weight: 700;
    color: #1c3e72;
}

.sales-cart-total strong {
    font-size: 1.08rem;
    color: var(--nr-blue);
}

.sales-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.sales-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    color: #1f4a89;
    background: #eaf2ff;
    border: 1px solid #cadcf9;
}

.simulation-panel {
    width: 100%;
    max-width: 520px;
    border: 1px solid var(--nr-border);
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    padding: 10px;
}

.simulation-header {
    margin-bottom: 8px;
}

.simulation-title {
    margin: 0;
    font-size: 1rem;
    color: var(--nr-blue-dark);
}

.simulation-subtitle {
    margin: 4px 0 0;
    font-size: .82rem;
    color: var(--nr-muted);
}

.simulation-table-wrap {
    border: 1px solid #e3ebfa;
    border-radius: 10px;
    background: #fff;
}

.simulation-table {
    width: 100%;
    table-layout: fixed;
}

.simulation-table th,
.simulation-table td {
    font-size: .78rem;
    padding: 6px 4px;
    vertical-align: middle; 
}
 

.simulation-table th {
    background: #f0f5ff;
    color: #28426b;
}

.state-simulation-price {
    font-weight: 800;
    color: var(--nr-blue-dark);
    white-space: nowrap;
}

.simulation-state-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.simulation-adjustment {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700;
    white-space: nowrap;
}

.simulation-adjustment.is-positive {
    background: #e7f7ed;
    color: #1d7a3a;
}

.simulation-adjustment.is-negative {
    background: #fdebec;
    color: #a33a41;
}

.simulation-adjustment.is-neutral {
    background: #eef2f7;
    color: #4a5c74;
}

@media (max-width: 900px) {
    .container {
        width: min(1100px, 95%);
    }

    .login-layout {
        grid-template-columns: 1fr;
    }

    .hero-form-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 20px;
    }

    .card {
        padding: 14px;
    }

    .sales-create-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .brand {
        font-size: 1.1rem;
    }

    .brand-logo {
        height: 30px;
    }

    .menu a {
        font-size: .92rem;
        padding: 5px 7px;
    }

    .menu-dropdown-list {
        right: 0;
        left: auto;
        min-width: 170px;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hero h1 {
        font-size: 1.3rem;
    }

    .price {
        font-size: 1.1rem;
    }

    input,
    select,
    textarea,
    .btn,
    button {
        font-size: .92rem;
    }

}

.landing-total-box {
    margin-top: 12px;
}

