:root {
    --green-900: #0d3d25;
    --green-800: #12522f;
    --green-700: #176b3a;
    --green-600: #1f8249;
    --green-100: #e8f5ec;
    --green-50: #f3faf5;
    --yellow: #f4b942;
    --yellow-soft: #fff3cf;
    --orange: #df7a1f;
    --ink: #17221b;
    --muted: #5d6961;
    --line: #dce5df;
    --surface: #ffffff;
    --background: #f7f9f7;
    --danger: #b42318;
    --radius: 16px;
    --shadow: 0 12px 36px rgba(13, 61, 37, .09);
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: var(--green-700); text-decoration-thickness: 2px; text-underline-offset: 3px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid rgba(244, 185, 66, .65); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; color: white; background: var(--green-900); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2.25rem, 5vw, 4.25rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
h3 { font-size: 1.15rem; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--green-700); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-900); font-size: 1.35rem; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--green-700); border-radius: 13px 13px 13px 4px; font-size: 1rem; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 10px; color: var(--muted); font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--green-800); background: var(--green-100); }
.menu-toggle { display: none; min-height: 44px; padding: 8px 13px; color: var(--green-900); background: white; border: 1px solid var(--line); border-radius: 10px; font-weight: 750; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 2px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 800; text-align: center; text-decoration: none; transition: .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(13, 61, 37, .12); }
.button-primary { color: white; background: var(--green-700); border-color: var(--green-700); }
.button-primary:hover { background: var(--green-800); border-color: var(--green-800); }
.button-outline { color: var(--green-800); background: white; border-color: #b9d0c0; }
.button-outline:hover { border-color: var(--green-700); background: var(--green-50); }
.button-block { width: 100%; }

.hero { overflow: hidden; padding: 76px 0 82px; background: radial-gradient(circle at 78% 22%, rgba(244,185,66,.2), transparent 22%), linear-gradient(135deg, #f2faf4 0%, #fffdf6 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(310px, .7fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.hero-copy h1 { max-width: 830px; margin-bottom: 22px; color: var(--green-900); }
.hero-copy h1 em { position: relative; color: var(--green-700); font-style: normal; }
.hero-copy h1 em::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 7px; background: var(--yellow); border-radius: 20px; transform: rotate(-1deg); }
.hero-copy > p { max-width: 690px; margin-bottom: 30px; color: var(--muted); font-size: 1.12rem; }
.hero-search { max-width: 760px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-search label { display: block; margin-bottom: 8px; font-size: .91rem; font-weight: 800; }
.search-row { display: flex; gap: 10px; }
.search-row input { flex: 1; min-width: 0; }
.quick-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; color: var(--muted); font-size: .9rem; }
.quick-links a { padding: 5px 11px; color: var(--green-800); background: var(--green-100); border-radius: 20px; font-weight: 700; text-decoration: none; }
.hero-card { position: relative; padding: 34px; color: white; background: var(--green-800); border-radius: 26px 26px 26px 8px; box-shadow: 0 25px 60px rgba(13,61,37,.22); }
.hero-card::before { content: ""; position: absolute; top: -12px; right: 24px; width: 72px; height: 23px; background: var(--yellow); border-radius: 4px; transform: rotate(3deg); }
.basket-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 25px; background: rgba(255,255,255,.12); border-radius: 18px; font-size: 2rem; }
.hero-card-label { display: block; color: #cce6d4; font-size: .9rem; font-weight: 700; }
.hero-card > strong { display: block; margin: 2px 0 10px; color: white; font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1; }
.hero-card p { color: #d9eadf; }
.market-count { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.market-count span { margin-right: 6px; color: var(--yellow); }

.how-section, .products-section, .comparison-section, .catalog-section, .admin-page { padding: 72px 0; }
.how-section { background: white; }
.section-heading { margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 7px; }
.section-heading p { color: var(--muted); }
.centered { text-align: center; }
.heading-row, .results-top, .panel-heading, .admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.text-link { font-weight: 800; white-space: nowrap; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { display: flex; align-items: flex-start; gap: 16px; padding: 25px; background: var(--green-50); border: 1px solid #dbeadf; border-radius: var(--radius); }
.steps-grid h3 { margin-bottom: 5px; }
.steps-grid p { margin-bottom: 0; color: var(--muted); }
.step-number { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-weight: 850; }
.products-section { background: var(--background); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #bad2c2; }
.product-visual { min-height: 150px; display: grid; place-items: center; background: linear-gradient(145deg, var(--green-50), #fffaf0); }
.product-visual span { filter: drop-shadow(0 7px 7px rgba(0,0,0,.1)); font-size: 4.2rem; }
.product-visual img { width: 100%; height: 170px; object-fit: cover; }
.product-body { position: relative; flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; }
.category-tag { display: inline-block; padding: 4px 9px; color: var(--green-800); background: var(--green-100); border-radius: 30px; font-size: .72rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.product-body h3 { margin: 11px 0 4px; font-size: 1.18rem; }
.product-meta, .market-name { margin-bottom: 12px; color: var(--muted); font-size: .87rem; }
.price-label { margin: 8px 0 -2px; color: var(--muted); font-size: .8rem; }
.price { margin-bottom: 4px; color: var(--green-700); font-size: 1.7rem; font-weight: 900; line-height: 1.1; }
.market-name { flex: 1; }
.promo-badge, .best-badge { display: inline-flex; align-items: center; padding: 4px 9px; color: #724000; background: var(--yellow-soft); border-radius: 30px; font-size: .75rem; font-weight: 850; }
.product-body .promo-badge { position: absolute; top: 18px; right: 18px; }
.product-body .button { margin-top: 16px; }
.no-price { flex: 1; margin: 18px 0; color: var(--muted); }
.trust-section { padding: 42px 0; color: white; background: var(--green-900); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trust-grid > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; }
.trust-grid > div > span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 12px; font-size: 1.35rem; }
.trust-grid h3 { margin-bottom: 4px; color: white; }
.trust-grid p { margin: 0; color: #c5d8cb; font-size: .91rem; }

.page-hero { padding: 64px 0; color: white; background: var(--green-800); }
.page-hero.compact { padding: 52px 0; }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero h1 { margin-bottom: 8px; color: white; font-size: clamp(2.1rem, 4vw, 3.25rem); }
.page-hero p { margin: 0; color: #d4e6da; }
.catalog-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 30px; align-items: start; }
.filters-card, .saving-card, .admin-panel, .login-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(13,61,37,.05); }
.filters-card { position: sticky; top: 96px; padding: 22px; }
.filter-title h2 { margin-bottom: 20px; font-size: 1.2rem; }
.filter-toggle { display: none; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 800; }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; }
input, select { width: 100%; min-height: 50px; padding: 10px 13px; color: var(--ink); background: white; border: 1px solid #bac8bf; border-radius: 10px; }
input::placeholder { color: #7f8c84; }
input:focus, select:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(31,130,73,.12); outline: 0; }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 20px; cursor: pointer; font-size: .9rem; font-weight: 700; }
.check-field input { flex: 0 0 auto; width: 21px; min-height: 21px; margin-top: 1px; accent-color: var(--green-700); }
.clear-link { display: block; margin-top: 13px; text-align: center; font-size: .87rem; font-weight: 700; }
.results-top { min-height: 55px; margin-bottom: 18px; }
.results-top h2 { margin-bottom: 2px; font-size: 1.25rem; }
.results-top p { margin: 0; color: var(--muted); font-size: .9rem; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.empty-state { padding: 60px 25px; text-align: center; background: white; border: 1px dashed #b8c9bd; border-radius: var(--radius); }
.empty-state > span { display: block; margin-bottom: 14px; font-size: 3rem; }
.empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); }
.page-space { margin-block: 70px; }

.detail-hero { padding: 42px 0; background: white; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: .85rem; }
.breadcrumb a { color: var(--muted); }
.detail-heading { display: flex; align-items: center; gap: 22px; }
.detail-icon { flex: 0 0 92px; width: 92px; height: 92px; display: grid; place-items: center; background: var(--green-50); border: 1px solid #d9eade; border-radius: 22px; font-size: 3.5rem; }
.detail-heading h1 { margin: 8px 0 5px; font-size: clamp(2rem, 4vw, 3rem); }
.detail-heading p { margin: 0; color: var(--muted); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.price-list { display: grid; gap: 13px; }
.price-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.price-row.best-price { border: 2px solid var(--green-600); background: linear-gradient(90deg, var(--green-50), white 45%); box-shadow: 0 8px 24px rgba(31,130,73,.1); }
.rank { width: 38px; height: 38px; display: grid; place-items: center; color: var(--muted); background: #eef2ef; border-radius: 50%; font-weight: 850; }
.best-price .rank { color: white; background: var(--green-700); }
.store-title { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.store-title h3 { margin: 0; }
.store-info p { margin: 5px 0 0; color: var(--muted); font-size: .84rem; }
.map-link { display: inline-block; margin-top: 7px; font-size: .85rem; font-weight: 800; }
.best-badge { color: var(--green-900); background: #ccebd5; }
.store-price { min-width: 112px; text-align: right; }
.store-price span { display: block; color: var(--muted); font-size: .78rem; }
.store-price strong { color: var(--green-700); font-size: 1.55rem; white-space: nowrap; }
.saving-card { position: sticky; top: 96px; padding: 27px; text-align: center; }
.saving-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 14px; background: var(--yellow-soft); border-radius: 50%; font-size: 1.7rem; }
.saving-card > span:not(.saving-icon) { display: block; color: var(--muted); font-size: .85rem; font-weight: 700; }
.saving-card > strong { display: block; margin: 3px 0 6px; color: var(--green-700); font-size: 2.25rem; }
.saving-card > p { color: var(--muted); font-size: .86rem; }
.saving-detail { margin: 20px 0; padding: 16px 0; border-block: 1px solid var(--line); }
.saving-detail span, .saving-detail b { display: block; }
.saving-detail span { color: var(--muted); font-size: .8rem; }

.flash { position: relative; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 15px; padding: 13px 16px; border-radius: 10px; font-weight: 700; }
.flash-sucesso { color: #14532d; background: #dcfce7; border: 1px solid #86d5a2; }
.flash-erro { color: #7f1d1d; background: #fee2e2; border: 1px solid #f3a5a5; }
.flash-close { padding: 0 5px; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: 1.4rem; }
.site-footer { padding: 48px 0 18px; color: #c9d9ce; background: #092d1b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 50px; }
.brand-footer { margin-bottom: 12px; color: white; }
.footer-grid strong { display: block; margin-bottom: 12px; color: white; }
.footer-grid a:not(.brand) { display: block; margin: 6px 0; color: #c9d9ce; }
.footer-grid p { max-width: 420px; font-size: .88rem; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

.login-section { min-height: 680px; display: grid; place-items: center; padding: 60px 16px; background: radial-gradient(circle at 50% 0, #dcefe2, transparent 50%), var(--background); }
.login-card { width: min(100%, 470px); padding: 35px; }
.login-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 18px; background: var(--green-100); border-radius: 16px; font-size: 1.7rem; }
.login-card h1 { margin-bottom: 8px; font-size: 2rem; }
.login-card > p { color: var(--muted); }
.login-help { margin: 20px 0 0; text-align: center; font-size: .84rem; }
.form-error, .form-success, .security-warning { margin-bottom: 18px; padding: 13px 15px; border-radius: 9px; font-size: .88rem; }
.form-error { color: #7f1d1d; background: #fee2e2; border: 1px solid #fecaca; }
.form-error p { margin: 2px 0; }
.form-success { color: #14532d; background: #dcfce7; border: 1px solid #86d5a2; }
.security-warning { color: #713f12; background: var(--yellow-soft); border: 1px solid #f1cf79; }
.credential-box { display: grid; margin: 20px 0; padding: 17px; background: var(--green-50); border-radius: 10px; }
.credential-box span { color: var(--muted); font-size: .76rem; }
.credential-box strong { margin-bottom: 9px; }

.admin-bar { color: white; background: var(--green-900); }
.admin-bar-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-bar-inner > div span, .admin-bar-inner > div strong { display: block; }
.admin-bar-inner > div span { color: #b9d0c0; font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-bar nav { display: flex; align-items: center; gap: 5px; }
.admin-bar nav a, .admin-bar nav button { min-height: 42px; display: inline-flex; align-items: center; padding: 7px 11px; color: #d8e7dd; background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-weight: 700; text-decoration: none; }
.admin-bar nav a:hover, .admin-bar nav a.active, .admin-bar nav button:hover { color: white; background: rgba(255,255,255,.12); }
.admin-bar nav form { margin: 0; }
.admin-heading { margin-bottom: 28px; }
.admin-heading h1 { margin-bottom: 6px; font-size: 2.35rem; }
.admin-heading p { margin: 0; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 25px; }
.stats-grid article { display: flex; align-items: center; gap: 16px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.stats-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--green-50); border-radius: 12px; font-size: 1.5rem; }
.stats-grid strong { display: block; font-size: 1.8rem; line-height: 1; }
.stats-grid p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; }
.admin-panel { overflow: hidden; }
.panel-heading { padding: 22px; border-bottom: 1px solid var(--line); }
.panel-heading h2, .form-panel h2 { margin-bottom: 4px; font-size: 1.25rem; }
.panel-heading p { margin: 0; color: var(--muted); font-size: .85rem; }
.admin-split { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 24px; align-items: start; }
.form-panel { position: sticky; top: 96px; padding: 23px; overflow: visible; }
.profile-panel { position: static; width: min(100%, 520px); }
.form-panel h2 { margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .87rem; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
th { color: var(--muted); background: #fafcfb; font-size: .73rem; letter-spacing: .045em; text-transform: uppercase; }
tbody tr:hover { background: var(--green-50); }
td small { display: block; color: var(--muted); }
.status-muted { color: var(--muted); }
.actions { white-space: nowrap; }
.actions a, .actions form, .actions button { display: inline-block; }
.actions a, .actions button { padding: 5px; font-size: .82rem; font-weight: 750; }
.actions form { margin: 0; }
.danger-link { color: var(--danger); background: transparent; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.promo-text { color: var(--orange); font-weight: 800; }

@media (max-width: 1020px) {
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .catalog-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-grid { grid-template-columns: 1.4fr .8fr; gap: 36px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-split { grid-template-columns: 320px minmax(0, 1fr); }
}

@media (max-width: 820px) {
    body { font-size: 16px; }
    .menu-toggle { display: inline-flex; align-items: center; gap: 7px; }
    .main-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
    .main-nav.open { display: grid; }
    .main-nav a { width: 100%; }
    .hero { padding: 52px 0; }
    .hero-grid, .detail-layout { grid-template-columns: 1fr; }
    .hero-card { max-width: 520px; }
    .steps-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: 1fr; }
    .catalog-layout { grid-template-columns: 1fr; }
    .filters-card { position: static; }
    .filter-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
    .filter-title h2 { margin: 0; }
    .filter-toggle { display: inline-flex; min-height: 42px; padding: 7px 11px; color: var(--green-800); background: var(--green-50); border: 1px solid #bfd5c5; border-radius: 8px; font-weight: 750; }
    #filtros-form { display: none; padding-top: 20px; }
    #filtros-form.open { display: block; }
    .saving-card { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .admin-bar-inner { display: block; padding-block: 12px; }
    .admin-bar nav { overflow-x: auto; margin-top: 10px; padding-bottom: 4px; }
    .admin-bar nav a, .admin-bar nav button { white-space: nowrap; }
    .admin-split { grid-template-columns: 1fr; }
    .form-panel { position: static; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 22px), var(--container)); }
    .nav-wrap { min-height: 68px; }
    .main-nav { top: 68px; right: 11px; left: 11px; }
    .brand-mark { width: 39px; height: 39px; }
    .hero { padding: 40px 0 46px; }
    .hero-copy h1 { font-size: 2.35rem; }
    .hero-search { padding: 14px; }
    .search-row { display: grid; }
    .hero-card { padding: 26px; }
    .how-section, .products-section, .comparison-section, .catalog-section, .admin-page { padding: 48px 0; }
    .products-grid, .catalog-grid, .footer-grid, .stats-grid { grid-template-columns: 1fr; }
    .product-card { display: grid; grid-template-columns: 105px 1fr; }
    .product-visual { min-height: 100%; }
    .product-visual span { font-size: 3rem; }
    .product-visual img { height: 100%; }
    .product-body { padding: 16px; }
    .product-body .promo-badge { position: static; margin-bottom: 2px; order: -1; }
    .product-body .button { min-height: 46px; padding: 9px 12px; }
    .heading-row, .admin-heading { align-items: flex-start; flex-direction: column; }
    .page-hero.compact { padding: 40px 0; }
    .detail-heading { align-items: flex-start; gap: 15px; }
    .detail-icon { flex-basis: 72px; width: 72px; height: 72px; font-size: 2.6rem; }
    .price-row { grid-template-columns: 36px 1fr; padding: 17px; gap: 12px; }
    .store-price { grid-column: 2; text-align: left; }
    .store-price span { display: inline; margin-right: 5px; }
    .store-price strong { font-size: 1.35rem; }
    .footer-grid > div:first-child { grid-column: auto; }
    .login-card { padding: 25px 20px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    th, td { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
