:root {
  --bg: #f6f9f8;
  --surface: #fff;
  --surface-muted: #edf6f4;
  --ink: #14282c;
  --ink-soft: #5b6e72;
  --line: #dbe7e4;
  --brand: #08756f;
  --brand-dark: #07534f;
  --brand-soft: #dff3ef;
  --accent: #c88d2d;
  --danger: #b42318;
  --shadow: 0 18px 48px rgba(20, 40, 44, .09);
  --radius: 18px;
  --container-max: 1180px;
  --cards-columns: 3;
  --section-spacing: 58px;
  --font-family: Tahoma, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; color:var(--ink); background:linear-gradient(180deg,var(--surface) 0,var(--bg) 460px,var(--bg) 100%); overflow-x:hidden; font-family:var(--font-family); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button,input,textarea,select { font: inherit; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width:min(var(--container-max), calc(100vw - 32px)); margin-inline:auto; min-width:0; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; min-width: 0; }
.surface-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); min-width: 0; }
.section { padding:var(--section-spacing) 0; }
.section-muted { background: linear-gradient(180deg,#eef7f5,#f9fbfa); border-block: 1px solid rgba(8,117,111,.09); }
.grid { display: grid; gap: 22px; min-width: 0; }
.cards-grid,.trust-grid { grid-template-columns:repeat(var(--cards-columns),minmax(0,1fr)); }
.primary-button,.secondary-button,.header-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 0 20px; border: 1px solid transparent; cursor: pointer; font-weight: 800; transition: .18s ease; }
.primary-button { color: #fff; background: linear-gradient(135deg,var(--brand),#0b9990); box-shadow: 0 11px 25px rgba(8,117,111,.24); }
.secondary-button { color: var(--brand-dark); background: #fff; border-color: var(--line); }
.primary-button:hover,.secondary-button:hover,.header-link:hover { transform: translateY(-1px); }
.whatsapp-button { background: linear-gradient(135deg,#0b8d5b,#15b874); color:#fff; border-color:transparent; }
.full-button { width: 100%; }
.section-eyebrow,.info-pill { display: inline-flex; align-items:center; gap:8px; width:max-content; max-width:100%; border-radius:999px; padding:8px 14px; color:var(--brand-dark); background:var(--brand-soft); font-size:.88rem; font-weight:800; }
.section-header { max-width: 740px; min-width: 0; }
.section-header-center { margin-inline:auto; text-align:center; }
.section-header-center .section-eyebrow { margin-inline:auto; }
.section-header h2 { margin:14px 0 10px; font-size:clamp(1.65rem,3vw,2.4rem); line-height:1.35; }
.section-header p { margin:0; color:var(--ink-soft); line-height:1.9; }
.section-actions { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:25px; min-width:0; }
.inline-actions,.hero-actions,.conversion-buttons { display:flex; flex-wrap:wrap; gap:12px; }
.flash-message { margin-top:14px; padding:12px 18px; border:1px solid #a7e3ce; border-radius:12px; background:#e7f9f2; color:#08704b; font-weight:700; }

.site-header { position:sticky; top:0; z-index:40; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); box-shadow:0 8px 28px rgba(20,40,44,.06); }
.header-trust-bar { background:var(--brand-dark); color:#e8fffb; font-size:.78rem; }
.header-trust-inner { min-height:32px; display:flex; justify-content:center; align-items:center; gap:34px; }
.header-trust-inner span { white-space:nowrap; }
.site-header-inner { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.brand-mark { display:flex; align-items:center; gap:11px; min-width:0; max-width:320px; }
.brand-chip { flex:0 0 46px; width:46px; height:46px; border-radius:13px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(135deg,var(--brand),#0b9990); }
.brand-chip img { width:100%; height:100%; object-fit:cover; }
.brand-copy { display:grid; gap:3px; min-width:0; }
.brand-copy strong,.brand-copy small { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.brand-copy strong { font-size:1rem; }
.brand-copy small { color:var(--ink-soft); font-size:.76rem; }
.desktop-nav { display:flex; align-items:center; justify-content:center; gap:17px; }
.desktop-nav a { color:#304449; font-weight:700; font-size:.91rem; white-space:nowrap; }
.desktop-nav a:hover { color:var(--brand); }
.header-actions { display:flex; align-items:center; gap:8px; }
.header-link { min-height:42px; padding-inline:13px; background:#fff; border-color:var(--line); font-size:.88rem; }
.cart-link b { min-width:21px; height:21px; border-radius:99px; display:grid; place-items:center; color:#fff; background:var(--brand); font-size:.72rem; }
.mobile-nav { display:none; position:relative; }
.mobile-nav summary { list-style:none; width:44px; height:44px; display:grid; place-content:center; gap:4px; cursor:pointer; border:1px solid var(--line); border-radius:12px; background:#fff; }
.mobile-nav summary::-webkit-details-marker { display:none; }
.mobile-nav summary span { width:20px; height:2px; background:var(--ink); border-radius:2px; }
.mobile-nav-panel { position:absolute; inset-inline-end:0; top:calc(100% + 10px); width:min(290px,86vw); padding:10px; display:grid; gap:7px; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); }
.mobile-nav-panel a { padding:11px 13px; border-radius:9px; background:var(--bg); border:1px solid var(--line); font-weight:700; }

.hero { padding:30px 0 34px; background:radial-gradient(circle at 15% 20%,rgba(8,117,111,.1),transparent 28%); }
.hero-grid { display:grid; grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr); gap:23px; align-items:stretch; }
.hero-panel { padding:clamp(25px,4vw,40px); display:flex; flex-direction:column; justify-content:center; }
.hero-panel h1,.page-hero h1,.article-hero h1 { margin:15px 0 13px; font-size:clamp(2rem,4vw,3.25rem); line-height:1.18; overflow-wrap:anywhere; }
.hero-panel p,.page-hero p,.article-hero p { margin:0; color:var(--ink-soft); line-height:1.95; font-size:1.02rem; }
.hero-actions { margin-top:24px; }
.hero-proof-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:23px; }
.hero-proof-grid div { min-width:0; padding:14px; border:1px solid var(--line); border-radius:13px; background:#f7fbfa; }
.hero-proof-grid strong { display:block; color:var(--brand-dark); font-size:1.22rem; }
.hero-proof-grid span { display:block; margin-top:4px; color:var(--ink-soft); font-size:.78rem; }
.hero-media-panel { position:relative; overflow:hidden; min-height:500px; }
.hero-media-panel>img { width:100%; height:100%; object-fit:cover; }
.hero-media-caption { position:absolute; inset-inline:18px; bottom:18px; padding:15px 17px; display:grid; gap:5px; border:1px solid rgba(255,255,255,.7); border-radius:13px; background:rgba(255,255,255,.93); backdrop-filter:blur(8px); }
.hero-media-caption span { color:var(--ink-soft); font-size:.88rem; }
.trust-card { padding:23px; }
.trust-card>strong { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:#7b5315; background:#fff0cf; }
.trust-card h3 { margin:17px 0 8px; }
.trust-card p { margin:0; color:var(--ink-soft); line-height:1.85; }

.card-stack { overflow:hidden; display:flex; flex-direction:column; min-width:0; }
.media-frame { display:block; aspect-ratio:16/10; overflow:hidden; background:#e5eeec; }
.media-frame img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.item-card:hover .media-frame img { transform:scale(1.025); }
.card-body { padding:20px; display:flex; flex:1; flex-direction:column; min-width:0; }
.card-meta,.card-footer,.page-meta { display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; color:var(--ink-soft); font-size:.84rem; }
.card-body h3 { margin:12px 0 9px; font-size:1.2rem; line-height:1.5; overflow-wrap:anywhere; }
.card-body p { margin:0; color:var(--ink-soft); line-height:1.85; }
.card-footer { margin-top:auto; padding-top:18px; }
.text-link { color:var(--brand-dark); font-weight:900; }
.card-price { color:var(--brand); }
.cta-band { padding:28px; display:flex; align-items:center; justify-content:space-between; gap:22px; }
.cta-band h2 { margin:13px 0 8px; font-size:clamp(1.5rem,3vw,2.2rem); }
.cta-band p { margin:0; color:var(--ink-soft); line-height:1.8; }

.page-hero,.article-hero { padding:42px 0 14px; }
.page-hero-card,.article-hero-card { padding:clamp(25px,4vw,38px); overflow:hidden; }
.page-meta { justify-content:flex-start; margin-top:19px; }
.article-cover { margin-top:23px; border-radius:14px; overflow:hidden; border:1px solid var(--line); }
.article-cover img { width:100%; max-height:560px; object-fit:cover; }
.content-section { padding:28px 0 68px; }
.content-grid { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:25px; align-items:start; min-width:0; }
.content-main { padding:clamp(23px,4vw,35px); min-width:0; overflow-wrap:anywhere; }
.content-aside { display:grid; gap:17px; min-width:0; }
.aside-card,.conversion-panel,.contact-card,.cart-summary,.checkout-form,.cart-items { padding:23px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); min-width:0; }
.aside-card h3,.conversion-panel h3 { margin-top:0; }
.aside-card p,.conversion-panel p { color:var(--ink-soft); line-height:1.8; }
.rich-text { color:var(--ink-soft); line-height:2; }
.rich-text h2,.rich-text h3,.rich-text h4 { color:var(--ink); margin:28px 0 10px; line-height:1.45; }
.rich-text p,.rich-text li,.rich-text blockquote { max-width:100%; overflow-wrap:anywhere; }
.rich-text img,.rich-text iframe,.rich-text table { max-width:100%; }
.rich-text table { display:block; overflow-x:auto; border-collapse:collapse; }
.rich-text blockquote { margin:22px 0; padding:16px 19px; border-inline-start:4px solid var(--brand); border-radius:10px; background:var(--brand-soft); }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:25px; }
.tag-link { min-height:41px; display:inline-flex; align-items:center; border:1px solid var(--line); border-radius:99px; padding:0 16px; background:#fff; color:var(--ink-soft); font-weight:800; }
.empty-state { padding:38px 25px; display:grid; gap:8px; text-align:center; color:var(--ink-soft); }
.empty-state strong { color:var(--ink); font-size:1.15rem; }
.conversion-panel { position:sticky; top:124px; }
.conversion-price { display:flex; align-items:center; gap:12px; margin-bottom:15px; }
.conversion-price strong { font-size:1.7rem; color:var(--brand-dark); }
.conversion-price del { color:#8b9698; }
.purchase-form { display:flex; flex-wrap:wrap; align-items:end; gap:9px; }
.purchase-form label { display:grid; gap:6px; color:var(--ink-soft); font-size:.83rem; }
.purchase-form input { width:75px; min-height:46px; padding:8px; border:1px solid var(--line); border-radius:10px; }
.stock-out { display:block; padding:12px; border-radius:10px; background:#fee9e7; color:var(--danger); font-weight:800; }
.contact-grid,.checkout-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.7fr); gap:24px; align-items:start; }
.contact-card h2,.checkout-form h2,.cart-summary h2 { margin-top:0; }
.contact-data { margin:0; display:grid; gap:13px; }
.contact-data div { padding:13px; border:1px solid var(--line); border-radius:11px; background:var(--bg); }
.contact-data dt { color:var(--ink-soft); font-size:.82rem; }
.contact-data dd { margin:5px 0 0; font-weight:800; overflow-wrap:anywhere; }

.cart-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:23px; align-items:start; }
.cart-items { display:grid; gap:0; padding-block:8px; }
.cart-row { display:grid; grid-template-columns:minmax(180px,1fr) auto auto auto; align-items:center; gap:15px; padding:17px 10px; border-bottom:1px solid var(--line); min-width:0; }
.cart-row:last-child { border-bottom:0; }
.cart-row h3 { margin:0 0 5px; overflow-wrap:anywhere; }
.cart-row span { color:var(--ink-soft); font-size:.86rem; }
.cart-row form { display:flex; align-items:center; gap:7px; }
.cart-row input { width:65px; min-height:42px; border:1px solid var(--line); border-radius:9px; padding:7px; }
.danger-link { border:0; background:transparent; color:var(--danger); cursor:pointer; font-weight:800; }
.cart-summary { position:sticky; top:124px; display:grid; gap:15px; }
.cart-summary>div { display:flex; justify-content:space-between; gap:10px; padding-bottom:13px; border-bottom:1px solid var(--line); }
.summary-total { font-size:1.08rem; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.form-grid label { display:grid; gap:7px; font-weight:700; }
.form-grid input,.form-grid textarea,.form-grid select { width:100%; min-width:0; min-height:49px; border:1px solid var(--line); border-radius:11px; padding:11px 13px; background:#fff; }
.form-grid textarea { min-height:110px; resize:vertical; }
.full-field { grid-column:1/-1; }
.checkout-form>.primary-button { margin-top:19px; }
.error-box { margin-bottom:16px; padding:12px 16px; border-radius:10px; background:#fee9e7; color:var(--danger); }
.error-box ul { margin:0; }
.success-section,.not-found-section { padding:70px 0; }
.success-card,.not-found-card { max-width:760px; margin:auto; padding:clamp(30px,6vw,62px); text-align:center; }
.success-card .section-eyebrow,.not-found-card .primary-button { margin-inline:auto; }
.success-icon { width:76px; height:76px; display:grid; place-items:center; margin:0 auto 20px; border-radius:50%; color:#fff; background:var(--brand); font-size:2.4rem; }
.success-card h1,.not-found-card h1 { font-size:clamp(2rem,5vw,3rem); }
.not-found-code { color:var(--brand); font-size:clamp(5rem,16vw,9rem); font-weight:900; line-height:1; }
.not-found-card>img { max-width:420px; max-height:270px; object-fit:contain; margin:0 auto 22px; }
.floating-actions { position:fixed; inset-inline-start:18px; bottom:18px; z-index:36; display:flex; gap:9px; }
.floating-actions a { min-height:51px; display:inline-flex; align-items:center; gap:8px; padding:0 16px; border-radius:99px; color:#fff; font-weight:900; box-shadow:0 14px 30px rgba(20,40,44,.2); }
.float-call { background:linear-gradient(135deg,#1665bb,#2284de); }
.float-whatsapp { background:linear-gradient(135deg,#0b8d5b,#15b874); }

.site-footer { margin-top:auto; padding:46px 0 26px; background:#fff; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,minmax(140px,1fr)); gap:25px; }
.footer-intro h3 { margin:14px 0 9px; line-height:1.5; }
.footer-intro p { color:var(--ink-soft); line-height:1.9; }
.footer-grid h4 { margin-top:0; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:11px; color:var(--ink-soft); }
.footer-links li,.footer-links a { overflow-wrap:anywhere; }
.footer-bottom { display:flex; justify-content:space-between; gap:15px; flex-wrap:wrap; margin-top:28px; padding-top:19px; border-top:1px solid var(--line); color:var(--ink-soft); font-size:.85rem; }
.pagination { margin-top:28px; }
.pagination nav { display:flex; justify-content:center; }
.pagination nav>div { display:flex; gap:8px; align-items:center; }
.pagination a,.pagination span { min-width:40px; min-height:40px; display:inline-grid; place-items:center; border:1px solid var(--line); border-radius:10px; background:#fff; padding:0 10px; }

@media (max-width: 1180px) {
  .desktop-nav { display:none; }
  .mobile-nav { display:block; }
  .cards-grid,.trust-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hero-grid { grid-template-columns:minmax(0,1fr) minmax(360px,.9fr); }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .header-trust-inner span:nth-child(n+2),.phone-link,.header-whatsapp { display:none; }
  .header-trust-inner { justify-content:center; }
  .hero-grid,.content-grid,.contact-grid,.checkout-grid,.cart-layout { grid-template-columns:minmax(0,1fr); }
  .hero-media-panel { min-height:360px; }
  .content-aside,.cart-summary { width:100%; }
  .conversion-panel,.cart-summary { position:static; }
  .cart-row { grid-template-columns:minmax(0,1fr) auto; }
  .cart-row>strong { text-align:end; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .container { width:min(var(--container-max), calc(100vw - 22px)); }
  .section { padding:44px 0; }
  .header-trust-bar { display:none; }
  .site-header-inner { min-height:66px; gap:9px; }
  .brand-mark { max-width:calc(100vw - 150px); }
  .brand-chip { width:41px; height:41px; flex-basis:41px; }
  .brand-copy small { display:none; }
  .header-actions { gap:5px; }
  .cart-link { padding-inline:10px; }
  .cart-link>span { display:none; }
  .hero { padding:20px 0 25px; }
  .hero-panel,.page-hero-card,.article-hero-card,.content-main { padding:21px; }
  .hero-panel h1,.page-hero h1,.article-hero h1 { font-size:clamp(1.75rem,9vw,2.45rem); line-height:1.3; }
  .hero-panel p,.page-hero p,.article-hero p { font-size:.96rem; }
  .hero-media-panel { min-height:280px; }
  .hero-proof-grid,.cards-grid,.trust-grid,.footer-grid,.form-grid { grid-template-columns:minmax(0,1fr); }
  .section-actions,.cta-band { align-items:stretch; flex-direction:column; }
  .section-actions>.secondary-button { width:100%; }
  .inline-actions>* { flex:1 1 100%; }
  .card-body { padding:17px; }
  .cart-row { grid-template-columns:minmax(0,1fr); align-items:start; }
  .cart-row>strong,.cart-row form { width:100%; text-align:start; }
  .cart-row form .secondary-button { flex:1; }
  .form-grid .full-field { grid-column:auto; }
  .purchase-form>* { flex:1 1 100%; }
  .purchase-form input { width:100%; }
  .floating-actions { inset-inline:11px; bottom:11px; }
  .floating-actions a { min-height:48px; flex:1; justify-content:center; }
  .floating-actions span { font-size:.82rem; }
  .footer-bottom { padding-bottom:58px; }
}

.preview-banner{position:sticky;top:0;z-index:1000;background:#7c2d12;color:#fff;text-align:center;padding:.65rem 1rem;font-weight:800;box-shadow:0 2px 10px #0003}

.managed-footer-links,.not-found-links{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.managed-footer-links a{color:inherit;text-decoration:underline;text-underline-offset:4px}


/* Per-site presentation engine */
.hero-grid-without-media { grid-template-columns:minmax(0,1fr); }
.presentation-layout-stacked .hero-grid { grid-template-columns:minmax(0,1fr); }
.presentation-layout-image-first .hero-media-panel { order:-1; }
.presentation-layout-centered .content-grid { grid-template-columns:minmax(0,860px); justify-content:center; }
.presentation-layout-wide .content-grid { grid-template-columns:minmax(0,1fr); }
.content-grid-single { grid-template-columns:minmax(0,1fr) !important; }
.presentation-layout-list .cards-grid { grid-template-columns:minmax(0,1fr); }
.presentation-layout-list .item-card { display:grid; grid-template-columns:minmax(220px,34%) minmax(0,1fr); }
.presentation-layout-list .item-card .media-frame { height:100%; aspect-ratio:auto; }
.presentation-cards-bordered .surface-card { box-shadow:none; border-width:2px; }
.presentation-cards-flat .surface-card { box-shadow:none; border-color:transparent; }

@media (max-width:900px) {
  .presentation-layout-image-first .hero-media-panel { order:initial; }
}
@media (max-width:620px) {
  .presentation-layout-list .item-card { grid-template-columns:minmax(0,1fr); }
  .presentation-layout-list .item-card .media-frame { aspect-ratio:16/10; }
}


/* Internal site search */
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.header-search { position:relative; }
.header-search>summary { list-style:none; width:44px; min-height:44px; padding:0; }
.header-search>summary::-webkit-details-marker { display:none; }
.header-search[open]>summary { color:var(--brand-dark); background:var(--brand-soft); border-color:rgba(8,117,111,.25); }
.header-search-panel { position:absolute; z-index:45; inset-inline-end:0; top:calc(100% + 11px); width:min(370px,calc(100vw - 28px)); padding:17px; display:grid; gap:12px; background:#fff; border:1px solid var(--line); border-radius:15px; box-shadow:var(--shadow); }
.header-search-panel>strong { font-size:.92rem; overflow-wrap:anywhere; }
.site-search-form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:9px; min-width:0; }
.site-search-form input { width:100%; min-width:0; min-height:48px; padding:10px 15px; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:999px; outline:none; }
.site-search-form input:focus { border-color:var(--brand); box-shadow:0 0 0 4px rgba(8,117,111,.11); }
.site-search-form .primary-button { min-width:82px; padding-inline:16px; }
.mobile-search-form { padding-bottom:10px; border-bottom:1px solid var(--line); }
.mobile-search-form .primary-button { min-width:48px; padding:0; }
.search-hero-card { text-align:center; }
.search-hero-card .section-eyebrow { margin-inline:auto; }
.search-hero-card>p { max-width:760px; margin-inline:auto; }
.search-page-form { max-width:760px; margin:26px auto 0; padding:8px; border:1px solid var(--line); border-radius:999px; background:var(--bg); }
.search-page-form input { border-color:transparent; background:transparent; }
.search-result-summary { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px; margin-top:18px; color:var(--ink-soft); }
.search-result-summary strong { color:var(--ink); overflow-wrap:anywhere; }
.search-result-summary b { padding:6px 11px; border-radius:999px; color:var(--brand-dark); background:var(--brand-soft); font-size:.82rem; }
.search-results-section { min-height:310px; }
.search-block+.search-block { margin-top:42px; }
.search-block>.section-header { margin-bottom:22px; }
.search-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.search-category-card { padding:21px; display:grid; gap:8px; transition:.18s ease; }
.search-category-card:hover { transform:translateY(-2px); border-color:rgba(8,117,111,.3); }
.search-category-card>span { color:var(--brand); font-size:.8rem; font-weight:800; }
.search-category-card>strong { font-size:1.08rem; overflow-wrap:anywhere; }
.search-category-card>small { color:var(--ink-soft); line-height:1.75; }
.search-category-card>b { margin-top:5px; color:var(--brand-dark); font-size:.84rem; }
.search-empty-state>svg { width:46px; height:46px; margin-inline:auto; color:var(--brand); }

@media (max-width:620px) {
  .header-search-panel { padding:13px; }
  .search-page-form { grid-template-columns:minmax(0,1fr); padding:10px; border-radius:16px; }
  .search-page-form input { background:#fff; border-color:var(--line); }
  .search-page-form .primary-button { width:100%; }
  .search-category-grid { grid-template-columns:minmax(0,1fr); }
}


/* Advanced commerce product experience */
.product-hero { padding:30px 0 48px; background:radial-gradient(circle at 86% 8%,rgba(8,117,111,.12),transparent 31%),linear-gradient(180deg,#fff,#f5faf8); border-bottom:1px solid var(--line); }
.product-breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:20px; color:var(--ink-soft); font-size:.86rem; }
.product-breadcrumbs a:hover { color:var(--brand); }
.product-breadcrumbs strong { max-width:480px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:var(--ink); }
.product-shell { display:grid; grid-template-columns:minmax(0,1.03fr) minmax(400px,.97fr); gap:38px; align-items:start; }
.product-gallery { position:sticky; top:118px; padding:14px; overflow:hidden; }
.product-main-image { position:relative; display:grid; place-items:center; aspect-ratio:1/1; overflow:hidden; border-radius:14px; background:linear-gradient(145deg,#eff7f5,#fff); }
.product-main-image img { width:100%; height:100%; object-fit:cover; transition:opacity .18s ease; }
.product-sale-badge { position:absolute; top:16px; inset-inline-start:16px; padding:9px 13px; border-radius:999px; color:#fff; background:#c44132; box-shadow:0 10px 22px rgba(180,35,24,.24); font-weight:900; font-size:.86rem; }
.product-thumbnails { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:9px; margin-top:11px; }
.product-thumbnail { aspect-ratio:1/1; padding:3px; overflow:hidden; border:2px solid transparent; border-radius:11px; background:#eef5f3; cursor:pointer; }
.product-thumbnail img { width:100%; height:100%; object-fit:cover; border-radius:7px; }
.product-thumbnail.is-active { border-color:var(--brand); box-shadow:0 0 0 3px rgba(8,117,111,.1); }
.product-summary { min-width:0; padding:12px 0; }
.product-summary-topline { display:flex; align-items:center; justify-content:space-between; gap:13px; flex-wrap:wrap; }
.product-stock { display:inline-flex; align-items:center; gap:7px; font-size:.84rem; font-weight:900; }
.product-stock i { width:9px; height:9px; border-radius:50%; background:currentColor; box-shadow:0 0 0 4px currentColor; opacity:.8; }
.product-stock.is-available { color:#08704b; }
.product-stock.is-unavailable { color:var(--danger); }
.product-summary h1 { margin:18px 0 11px; font-size:clamp(2rem,4vw,3.15rem); line-height:1.25; overflow-wrap:anywhere; }
.product-rating-inline { width:max-content; max-width:100%; display:flex; align-items:center; flex-wrap:wrap; gap:8px; color:var(--ink-soft); font-size:.9rem; }
.product-rating-inline .stars,.stars,.review-stars { color:#df9a19; letter-spacing:2px; }
.product-rating-inline strong { color:var(--ink); }
.product-rating-inline.no-reviews { color:var(--brand); font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.product-lead { margin:20px 0 0; color:var(--ink-soft); font-size:1.03rem; line-height:1.95; }
.product-price { display:flex; align-items:baseline; flex-wrap:wrap; gap:12px; margin-top:25px; }
.product-price>strong { color:var(--brand-dark); font-size:clamp(2rem,5vw,2.8rem); line-height:1; }
.product-price del { color:#8a9698; font-size:1.15rem; }
.product-price>span { padding:6px 10px; border-radius:999px; color:#8a5510; background:#fff0cf; font-size:.8rem; font-weight:900; }
.product-tax-note { display:block; margin-top:9px; color:var(--ink-soft); line-height:1.6; }
.product-highlights { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:23px; }
.product-highlights>div { display:flex; align-items:flex-start; gap:10px; min-width:0; padding:13px; border:1px solid var(--line); border-radius:13px; background:rgba(255,255,255,.75); }
.product-highlights b { flex:0 0 27px; width:27px; height:27px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--brand); }
.product-highlights span { min-width:0; display:grid; gap:4px; }
.product-highlights strong,.product-highlights small { overflow-wrap:anywhere; }
.product-highlights small { color:var(--ink-soft); line-height:1.5; }
.product-buy-box { margin-top:22px; padding:20px; border:1px solid rgba(8,117,111,.22); border-radius:16px; background:#f1f9f7; }
.product-buy-box h2 { margin:0 0 13px; font-size:1.15rem; }
.product-purchase-form .purchase-actions { display:grid; grid-template-columns:92px minmax(140px,.8fr) minmax(140px,1fr); gap:9px; align-items:end; }
.product-purchase-form .purchase-actions label { display:grid; gap:6px; color:var(--ink-soft); font-size:.82rem; font-weight:800; }
.product-purchase-form input { width:100%; min-height:46px; padding:8px 10px; border:1px solid var(--line); border-radius:999px; background:#fff; text-align:center; }
.product-purchase-form button { width:100%; padding-inline:12px; }
.low-stock-note { margin:12px 0 0; color:#a05f12; font-size:.88rem; font-weight:800; }
.product-meta-list { margin:22px 0 0; padding-top:18px; display:grid; gap:9px; border-top:1px solid var(--line); }
.product-meta-list>div { display:flex; gap:9px; color:var(--ink-soft); font-size:.87rem; }
.product-meta-list dt { font-weight:900; color:var(--ink); }
.product-meta-list dd { margin:0; overflow-wrap:anywhere; }
.product-content-section { padding:34px 0 72px; }
.product-anchor-nav { position:sticky; top:105px; z-index:12; display:flex; gap:8px; overflow-x:auto; padding:9px; margin-bottom:23px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.95); box-shadow:0 10px 28px rgba(20,40,44,.07); backdrop-filter:blur(12px); scrollbar-width:none; }
.product-anchor-nav::-webkit-scrollbar { display:none; }
.product-anchor-nav a { flex:0 0 auto; min-height:42px; display:grid; place-items:center; padding:0 17px; border-radius:10px; color:var(--ink-soft); font-weight:900; font-size:.88rem; }
.product-anchor-nav a:hover { color:var(--brand-dark); background:var(--brand-soft); }
.product-detail-layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:22px; align-items:start; }
.product-detail-main { display:grid; gap:20px; min-width:0; }
.product-panel { padding:clamp(22px,4vw,34px); scroll-margin-top:175px; }
.product-panel-heading { display:flex; align-items:flex-start; gap:14px; margin-bottom:24px; }
.product-panel-heading>span { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:#fff; background:var(--brand); font-weight:900; }
.product-panel-heading h2 { margin:0; font-size:1.55rem; }
.product-panel-heading p { margin:5px 0 0; color:var(--ink-soft); line-height:1.65; }
.product-detail-aside { position:sticky; top:174px; }
.product-help-card { padding:21px; }
.product-help-card h3 { margin:17px 0 8px; }
.product-help-card p { color:var(--ink-soft); line-height:1.8; }
.product-help-card .conversion-buttons>* { flex:1 1 100%; }
.product-specs-wrap { overflow:hidden; border:1px solid var(--line); border-radius:14px; }
.product-specs { width:100%; border-collapse:collapse; }
.product-specs th,.product-specs td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:start; overflow-wrap:anywhere; }
.product-specs tr:last-child th,.product-specs tr:last-child td { border-bottom:0; }
.product-specs th { width:32%; color:var(--ink); background:#f5faf8; }
.product-specs td { color:var(--ink-soft); }
.product-empty-note { margin:0; padding:22px; color:var(--ink-soft); text-align:center; line-height:1.8; }
.shipping-info-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.shipping-info-grid>div { padding:18px; display:grid; gap:7px; border:1px solid var(--line); border-radius:13px; background:#f8fbfa; }
.shipping-info-grid span { color:var(--ink-soft); font-size:.84rem; }
.purchase-note { margin-top:16px; padding:16px; border-inline-start:4px solid var(--accent); border-radius:11px; background:#fff8e8; }
.purchase-note p { margin:5px 0 0; color:#725d34; line-height:1.75; }
.product-reviews-section { margin-top:22px; padding:clamp(22px,4vw,34px); scroll-margin-top:175px; }
.reviews-layout { display:grid; grid-template-columns:230px minmax(0,1fr) 330px; gap:25px; align-items:start; }
.rating-overview { padding:20px; border:1px solid var(--line); border-radius:14px; background:#f8fbfa; text-align:center; }
.rating-overview>strong { display:block; font-size:3.4rem; line-height:1; }
.rating-overview>.stars { display:block; margin-top:10px; }
.rating-overview>p { color:var(--ink-soft); font-size:.85rem; }
.rating-row { display:grid; grid-template-columns:35px minmax(0,1fr) 23px; align-items:center; gap:7px; margin-top:9px; color:var(--ink-soft); font-size:.78rem; }
.rating-row i { height:7px; overflow:hidden; border-radius:99px; background:#e2e9e7; }
.rating-row i b { display:block; height:100%; border-radius:inherit; background:#e0a124; }
.rating-row em { font-style:normal; }
.review-list { display:grid; gap:12px; min-width:0; }
.review-card { padding:18px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.review-card header { display:flex; align-items:center; gap:10px; }
.review-avatar { flex:0 0 39px; width:39px; height:39px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--brand); font-weight:900; }
.review-card header>div:nth-child(2) { min-width:0; display:grid; grid-template-columns:auto auto; align-items:center; justify-content:start; gap:4px 7px; }
.review-card header small { grid-column:1/-1; color:var(--ink-soft); }
.review-stars { margin-inline-start:auto; white-space:nowrap; font-size:.82rem; }
.verified-badge { padding:3px 7px; border-radius:99px; color:#08704b; background:#e2f7ef; font-size:.69rem; font-weight:900; }
.review-card h3 { margin:15px 0 7px; font-size:1rem; }
.review-card p { margin:0; color:var(--ink-soft); line-height:1.8; overflow-wrap:anywhere; }
.review-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding:20px; border:1px solid var(--line); border-radius:14px; background:#f8fbfa; }
.review-form>h3,.review-form>p,.review-form>.error-box,.review-form>.review-success,.review-form>.rating-field,.review-form>.primary-button { grid-column:1/-1; }
.review-form h3 { margin:0; }
.review-form>p { margin:0; color:var(--ink-soft); line-height:1.7; font-size:.86rem; }
.review-form label { display:grid; gap:6px; min-width:0; color:var(--ink); font-size:.85rem; font-weight:800; }
.review-form label small { color:var(--ink-soft); font-weight:400; }
.review-form input,.review-form textarea { width:100%; min-width:0; padding:10px 12px; border:1px solid var(--line); border-radius:10px; background:#fff; }
.review-form textarea { min-height:120px; resize:vertical; }
.rating-field { margin:0; padding:0; border:0; }
.rating-field legend { margin-bottom:7px; font-size:.85rem; font-weight:800; }
.rating-choices { width:max-content; display:flex; flex-direction:row-reverse; gap:3px; }
.rating-choices input { position:absolute; opacity:0; pointer-events:none; }
.rating-choices label { color:#cad4d2; font-size:1.8rem; cursor:pointer; }
.rating-choices input:checked~label,.rating-choices label:hover,.rating-choices label:hover~label { color:#df9a19; }
.review-success { padding:11px 13px; border-radius:10px; color:#08704b; background:#e4f8f0; font-weight:800; }
.review-honeypot { position:absolute!important; inset-inline-start:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.related-products { padding-top:48px; }

@media (max-width:1080px) {
  .product-shell { grid-template-columns:minmax(0,1fr) minmax(350px,.9fr); gap:25px; }
  .reviews-layout { grid-template-columns:210px minmax(0,1fr); }
  .review-form { grid-column:1/-1; }
}
@media (max-width:900px) {
  .product-shell,.product-detail-layout { grid-template-columns:minmax(0,1fr); }
  .product-gallery,.product-detail-aside { position:static; }
  .product-gallery { max-width:680px; width:100%; margin-inline:auto; }
  .product-summary { padding-top:0; }
  .product-detail-aside { order:-1; }
  .product-help-card .conversion-buttons>* { flex:1 1 180px; }
  .product-anchor-nav { top:78px; }
}
@media (max-width:680px) {
  .product-hero { padding:18px 0 35px; }
  .product-breadcrumbs { margin-bottom:13px; }
  .product-breadcrumbs strong { max-width:190px; }
  .product-gallery { padding:8px; border-radius:14px; }
  .product-summary h1 { font-size:clamp(1.75rem,9vw,2.45rem); }
  .product-highlights,.shipping-info-grid,.reviews-layout,.review-form { grid-template-columns:minmax(0,1fr); }
  .product-purchase-form .purchase-actions { grid-template-columns:minmax(0,1fr); }
  .product-purchase-form .purchase-actions>* { width:100%; }
  .product-anchor-nav { top:71px; margin-inline:-3px; }
  .product-anchor-nav a { min-height:39px; padding-inline:13px; font-size:.82rem; }
  .product-panel,.product-reviews-section { padding:19px; }
  .product-panel-heading>span { flex-basis:36px; width:36px; height:36px; }
  .product-panel-heading h2 { font-size:1.3rem; }
  .product-specs th,.product-specs td { padding:12px; }
  .product-specs th { width:38%; }
  .review-form>.full-field { grid-column:auto; }
  .review-stars { width:100%; margin-inline-start:49px; }
}

.brand-services-section {
  background:
    radial-gradient(circle at 85% 10%,rgba(245,158,11,.12),transparent 28%),
    linear-gradient(180deg,#fff,#f4faf9);
  border-block:1px solid rgba(8,117,111,.09);
}
.area-services-section {
  background:
    radial-gradient(circle at 14% 18%,rgba(8,126,139,.1),transparent 28%),
    linear-gradient(180deg,#f7fbfc,#fffaf1);
  border-block:1px solid rgba(245,158,11,.14);
}
.brand-service-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.brand-service-card,
.area-service-card {
  position:relative;
  min-height:132px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.brand-service-card::after,
.area-service-card::after {
  content:"";
  position:absolute;
  inset-inline-end:-24px;
  inset-block-end:-32px;
  width:92px;
  height:92px;
  border-radius:50%;
  background:var(--brand-soft);
  opacity:.72;
}
.brand-service-card:hover,
.area-service-card:hover {
  transform:translateY(-3px);
  border-color:rgba(8,117,111,.28);
  box-shadow:0 18px 38px rgba(20,40,44,.12);
}
.brand-service-index {
  position:relative;
  z-index:1;
  color:var(--brand);
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.08em;
}
.brand-service-card strong,
.area-service-card strong {
  position:relative;
  z-index:1;
  font-size:1.02rem;
  line-height:1.45;
}
.brand-service-card small,
.area-service-card small {
  position:relative;
  z-index:1;
  color:var(--ink-soft);
  font-size:.78rem;
}
.area-service-card::after {
  background:rgba(245,158,11,.18);
}
.area-service-card {
  min-height:156px;
}
.area-service-card strong {
  line-height:1.6;
}
.area-service-zone {
  color:var(--brand-dark)!important;
  font-weight:900;
}
.area-service-offer {
  position:relative;
  z-index:1;
  color:var(--ink-soft);
  font-size:.76rem;
  line-height:1.45;
}
.area-service-cta {
  border-color:rgba(245,158,11,.38);
}
.brand-service-cta {
  margin-top:20px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px dashed rgba(8,117,111,.3);
  border-radius:var(--radius);
  background:rgba(255,255,255,.72);
}
.brand-service-cta p {
  margin:0;
  color:var(--ink-soft);
  line-height:1.8;
}

@media (max-width:1180px) {
  .brand-service-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width:900px) {
  .brand-service-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .brand-service-cta { align-items:stretch; flex-direction:column; }
  .brand-service-cta .primary-button { width:100%; }
}
@media (max-width:620px) {
  .brand-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .brand-service-card,.area-service-card { min-height:118px; padding:15px; }
  .brand-service-card strong,.area-service-card strong { font-size:.9rem; }
  .brand-service-cta { padding:17px; }
}
