:root {
    --pr-primary: #0b6b52;
    --pr-primary-dark: #07513f;
    --pr-accent: #f0a12b;
    --pr-ink: #13231f;
    --pr-muted: #65736f;
    --pr-border: #dfe8e4;
    --pr-surface: #ffffff;
    --pr-soft: #f3f8f6;
    --pr-shadow: 0 18px 50px rgba(19, 35, 31, .08);
}

html { scroll-behavior: smooth; }
body { background: #f7faf9; color: var(--pr-ink); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--pr-primary); }
a:hover { color: var(--pr-primary-dark); }
.btn-primary { --bs-btn-bg: var(--pr-primary); --bs-btn-border-color: var(--pr-primary); --bs-btn-hover-bg: var(--pr-primary-dark); --bs-btn-hover-border-color: var(--pr-primary-dark); }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--pr-border); backdrop-filter: blur(14px); z-index: 1020; }
.site-logo { color: var(--pr-ink); display: inline-flex; align-items: center; gap: .7rem; font-size: 1.3rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-logo:hover { color: var(--pr-ink); }
.site-logo-mark { width: 2.5rem; height: 2.5rem; border-radius: .85rem; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--pr-primary), #159876); box-shadow: 0 8px 22px rgba(11,107,82,.25); font-size: .82rem; letter-spacing: .04em; }
.header-search { display: flex; max-width: 760px; margin-left: auto; }
.header-search .form-control { border-radius: .85rem 0 0 .85rem; border-color: var(--pr-border); min-height: 48px; }
.header-search .btn { border-radius: 0 .85rem .85rem 0; padding-inline: 1.4rem; }
.category-nav { display: flex; gap: .65rem; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: thin; }
.category-nav a { flex: 0 0 auto; text-decoration: none; color: #41504b; font-size: .9rem; font-weight: 650; padding: .35rem .7rem; border-radius: 999px; background: var(--pr-soft); }
.category-nav a:hover { background: #e2f1eb; color: var(--pr-primary-dark); }

.hero-section { background: radial-gradient(circle at 12% 10%, rgba(240,161,43,.18), transparent 30%), radial-gradient(circle at 90% 15%, rgba(11,107,82,.2), transparent 35%), linear-gradient(180deg, #edf7f3 0%, #f7faf9 100%); border-bottom: 1px solid var(--pr-border); }
.py-lg-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.hero-content { max-width: 920px; }
.hero-content h1 { font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: 1.02; font-weight: 850; letter-spacing: -.045em; margin: .7rem 0 1.2rem; }
.hero-content p { color: var(--pr-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 720px; margin: 0 auto; }
.eyebrow { display: inline-block; color: var(--pr-primary); font-weight: 800; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-search { display: flex; max-width: 760px; margin: 2rem auto 0; padding: .5rem; border: 1px solid rgba(11,107,82,.15); border-radius: 1.1rem; background: #fff; box-shadow: var(--pr-shadow); }
.hero-search .form-control { min-height: 56px; border: 0; box-shadow: none; font-size: 1.05rem; }
.hero-search .btn { border-radius: .8rem; padding-inline: 1.5rem; font-weight: 700; }

.section-heading { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.section-heading h1, .section-heading h2 { font-weight: 820; letter-spacing: -.025em; margin: .3rem 0 0; }
.section-heading p { color: var(--pr-muted); margin: .45rem 0 0; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .85rem; }
.category-tile { display: flex; justify-content: space-between; align-items: center; gap: .8rem; min-height: 86px; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--pr-border); border-radius: 1rem; color: var(--pr-ink); text-decoration: none; box-shadow: 0 8px 28px rgba(19,35,31,.04); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.category-tile:hover { transform: translateY(-3px); color: var(--pr-primary-dark); border-color: #b9d8cd; box-shadow: 0 14px 35px rgba(19,35,31,.08); }
.category-tile span { font-weight: 750; }
.category-tile small { color: var(--pr-muted); text-align: right; }

.product-card { overflow: hidden; display: flex; flex-direction: column; background: var(--pr-surface); border: 1px solid var(--pr-border); border-radius: 1.1rem; box-shadow: 0 10px 32px rgba(19,35,31,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #b9d8cd; box-shadow: var(--pr-shadow); }
.product-card-image { display: grid; place-items: center; aspect-ratio: 1 / .82; padding: 1.1rem; background: linear-gradient(180deg, #fff, #f7faf9); border-bottom: 1px solid var(--pr-border); }
.product-card-image img { width: 100%; height: 100%; max-height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.product-card-body { display: flex; flex-direction: column; flex: 1; padding: 1rem; }
.product-card-meta { min-height: 1.3rem; display: flex; flex-wrap: wrap; gap: .35rem .6rem; font-size: .78rem; color: var(--pr-muted); }
.product-card-meta a { color: var(--pr-primary); text-decoration: none; font-weight: 650; }
.product-card-title { margin: .55rem 0 1.2rem; font-size: 1.02rem; line-height: 1.38; font-weight: 750; }
.product-card-title a { color: var(--pr-ink); text-decoration: none; }
.product-card-footer { display: flex; justify-content: space-between; align-items: end; gap: .7rem; margin-top: auto; }
.price-label { display: block; color: var(--pr-muted); font-size: .74rem; }
.price-value { display: block; color: var(--pr-primary-dark); font-size: 1.18rem; }
.offer-count { color: var(--pr-muted); background: var(--pr-soft); border-radius: 999px; padding: .35rem .55rem; font-size: .74rem; white-space: nowrap; }

.breadcrumb-wrap { margin-bottom: 1.35rem; }
.breadcrumb { font-size: .88rem; }
.breadcrumb a { text-decoration: none; }
.empty-state { background: #fff; border: 1px dashed #bdd2ca; border-radius: 1.1rem; padding: 2.2rem; color: var(--pr-muted); text-align: center; }
.pagination { --bs-pagination-color: var(--pr-primary); --bs-pagination-active-bg: var(--pr-primary); --bs-pagination-active-border-color: var(--pr-primary); --bs-pagination-border-color: var(--pr-border); gap: .2rem; }
.pagination .page-link { border-radius: .65rem !important; }

.product-hero-card, .content-card { background: #fff; border: 1px solid var(--pr-border); border-radius: 1.25rem; box-shadow: 0 12px 40px rgba(19,35,31,.05); }
.product-hero-card { padding: clamp(1.2rem, 3vw, 2.4rem); }
.product-main-image { display: grid; place-items: center; min-height: 390px; padding: 1.5rem; border-radius: 1rem; background: linear-gradient(180deg,#fff,#f3f8f6); border: 1px solid var(--pr-border); }
.product-main-image img { width: 100%; max-height: 440px; object-fit: contain; mix-blend-mode: multiply; }
.product-kicker { display: flex; flex-wrap: wrap; gap: .5rem .8rem; color: var(--pr-muted); font-size: .9rem; font-weight: 650; }
.product-kicker a { text-decoration: none; }
.product-title { font-weight: 850; letter-spacing: -.035em; line-height: 1.08; margin: .8rem 0 .5rem; font-size: clamp(2rem,4vw,3.4rem); }
.product-model { color: var(--pr-muted); }
.product-intro { color: #45544f; font-size: 1.05rem; line-height: 1.7; margin-top: 1.25rem; }
.price-summary { display: flex; flex-direction: column; align-items: flex-start; margin-top: 1.6rem; padding: 1rem 1.15rem; border-radius: 1rem; background: var(--pr-soft); }
.price-summary span, .price-summary small { color: var(--pr-muted); }
.price-summary strong { color: var(--pr-primary-dark); font-size: 1.9rem; }
.product-identifiers { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.product-identifiers span { padding: .38rem .62rem; border: 1px solid var(--pr-border); border-radius: .65rem; color: var(--pr-muted); font-size: .8rem; }
.content-card { overflow: hidden; }
.content-card-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--pr-border); }
.content-card-header h2 { font-size: 1.15rem; font-weight: 780; margin: 0; }
.content-card-header span { color: var(--pr-muted); font-size: .82rem; }
.offer-list { display: flex; flex-direction: column; }
.offer-row { display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--pr-border); }
.offer-row:last-child { border-bottom: 0; }
.offer-meta { color: var(--pr-muted); font-size: .8rem; margin-top: .2rem; }
.offer-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.offer-price { min-width: 110px; text-align: right; font-size: 1.12rem; font-weight: 800; color: var(--pr-primary-dark); }
.prose { padding: 1.2rem; color: #3f4e49; line-height: 1.75; }
.spec-list { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1rem; padding: .85rem 1.2rem; border-bottom: 1px solid var(--pr-border); }
.spec-list > div:last-child { border-bottom: 0; }
.spec-list dt { color: var(--pr-muted); font-weight: 600; }
.spec-list dd { margin: 0; text-align: right; font-weight: 700; }
.category-callout { display: flex; flex-direction: column; padding: 1.25rem; border-radius: 1.1rem; color: #fff; text-decoration: none; background: linear-gradient(135deg,var(--pr-primary-dark),var(--pr-primary)); box-shadow: 0 14px 35px rgba(11,107,82,.2); }
.category-callout:hover { color: #fff; transform: translateY(-2px); }
.category-callout small { opacity: .75; }
.category-callout strong { font-size: 1.25rem; margin: .15rem 0 .7rem; }
.category-callout span { font-size: .85rem; }
.site-footer { border-top: 1px solid var(--pr-border); background: #fff; font-size: .85rem; }

@media (max-width: 767.98px) {
    .header-search, .hero-search { width: 100%; }
    .hero-search { flex-direction: column; }
    .hero-search .btn { min-height: 50px; }
    .offer-row, .offer-actions { align-items: stretch; flex-direction: column; }
    .offer-actions { width: 100%; }
    .offer-price { min-width: 0; text-align: left; }
    .product-main-image { min-height: 280px; }
    .py-lg-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
}


.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem; }
.footer-links a { color: var(--pr-muted); text-decoration: none; font-weight: 650; }
.footer-links a:hover { color: var(--pr-primary); }

.legal-layout { display: grid; grid-template-columns: minmax(230px, 300px) minmax(0, 1fr); gap: 1.5rem; align-items: start; }
.legal-sidebar { position: sticky; top: 150px; padding: 1.3rem; border: 1px solid var(--pr-border); border-radius: 1.15rem; background: #fff; box-shadow: 0 10px 32px rgba(19,35,31,.04); }
.legal-sidebar h1 { margin: .45rem 0 .35rem; font-size: 1.55rem; font-weight: 830; letter-spacing: -.025em; }
.legal-sidebar > p { color: var(--pr-muted); font-size: .84rem; }
.legal-sidebar nav { display: flex; flex-direction: column; gap: .18rem; margin-top: 1rem; }
.legal-sidebar nav a { padding: .42rem .55rem; border-radius: .55rem; color: #4e5c57; text-decoration: none; font-size: .86rem; }
.legal-sidebar nav a:hover { background: var(--pr-soft); color: var(--pr-primary-dark); }
.legal-document { padding: clamp(1.15rem, 3vw, 2.3rem); }
.legal-document section { scroll-margin-top: 170px; padding-top: .45rem; margin-top: 2.2rem; }
.legal-document section:first-of-type { margin-top: 1.4rem; }
.legal-document h2 { color: var(--pr-ink); font-size: 1.35rem; font-weight: 820; letter-spacing: -.018em; margin: 0 0 .9rem; }
.legal-document h3 { color: #32413c; font-size: 1.03rem; font-weight: 770; margin: 1.25rem 0 .55rem; }
.legal-document p, .legal-document li { color: #41504b; line-height: 1.78; }
.legal-document ul { padding-left: 1.3rem; }
.legal-document li + li { margin-top: .3rem; }
.legal-intro { padding: 1.05rem 1.15rem; border-radius: .9rem; background: var(--pr-soft); border: 1px solid #d7e9e2; }
.legal-intro p { margin: 0; color: #30443d; font-size: 1.02rem; }
.legal-notice { display: flex; flex-direction: column; gap: .35rem; margin: 1rem 0; padding: 1rem 1.1rem; border-left: 4px solid var(--pr-accent); border-radius: .7rem; background: #fff8eb; }
.legal-notice span { color: #5a5142; line-height: 1.6; }
.legal-table { --bs-table-bg: transparent; margin-bottom: 0; }
.legal-table th { color: var(--pr-ink); font-size: .85rem; }
.legal-table td { color: #41504b; font-size: .9rem; line-height: 1.55; }

@media (max-width: 991.98px) {
    .legal-layout { grid-template-columns: 1fr; }
    .legal-sidebar { position: static; }
    .legal-sidebar nav { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 575.98px) {
    .legal-sidebar nav { grid-template-columns: 1fr; }
    .legal-document { padding: 1rem; }
}
