:root {
  --lp-green: #149c5c;
  --lp-green-dark: #0e7a47;
  --lp-navy: #1a1a2e;
  --lp-mint: #ebf5ec;
  --lp-page: #f3f8f4;
  --lp-copy: #4b5563;
  --lp-line: #d9e8dc;
}

.lp-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.lp-dynamic-catalog-host.e-con,
.lp-dynamic-catalog-host.e-con > .elementor-element,
.lp-dynamic-catalog-host .elementor-widget-shortcode,
.lp-dynamic-catalog-host .elementor-widget-container,
.lp-dynamic-catalog-host .elementor-shortcode,
.lp-dynamic-news-host.e-con,
.lp-dynamic-news-host.e-con > .elementor-element,
.lp-dynamic-news-host .elementor-widget-shortcode,
.lp-dynamic-news-host .elementor-widget-container,
.lp-dynamic-news-host .elementor-shortcode { width: 100% !important; max-width: none !important; flex: 0 0 100% !important; }
.lp-entry { color: var(--lp-copy); background: #fbfdfb; }
.lp-entry-hero { padding: clamp(72px, 8vw, 112px) 0; color: #f7fff9; background: linear-gradient(125deg, var(--lp-green), var(--lp-green-dark)); }
.lp-entry-hero .lp-shell { width: min(860px, calc(100% - 48px)); text-align: center; }
.lp-entry-hero span { display: block; margin-bottom: 14px; color: #ddf5e6; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lp-entry-hero h1 { max-width: 820px; margin: 0 auto; color: #f7fff9; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; }
.lp-entry-hero p { max-width: 720px; margin: 20px auto 0; color: #e7f7ed; font-size: 17px; line-height: 1.75; }

.lp-catalog { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 0; box-sizing: border-box; }
.lp-catalog__nav { position: sticky; top: 96px; align-self: start; padding: 24px; border: 1px solid #d8e1dc; border-radius: 12px; background: var(--lp-page); box-shadow: none; }
.lp-catalog__nav h2 { max-width: 160px; margin: 0 0 16px; color: var(--lp-navy); font-size: 24px; line-height: 1.05; }
.lp-catalog__nav details { border-bottom: 1px solid #d8e1dc; }
.lp-catalog__nav summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 12px; border-radius: 8px; color: var(--lp-navy); font-size: 15px; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.lp-catalog__nav summary::-webkit-details-marker { display: none; }
.lp-catalog__nav summary::after { content: '›'; color: var(--lp-green); font-size: 24px; line-height: 1; transform: rotate(0); transition: transform 220ms ease; }
.lp-catalog__nav details[open] summary { border-bottom: 1px solid var(--lp-green); color: var(--lp-green-dark); background: #fbfdfb; }
.lp-catalog__nav details[open] summary::after { transform: rotate(90deg); }
.lp-catalog__links { padding: 0; }
.lp-catalog__nav details a { display: flex; min-height: 44px; align-items: center; padding: 8px 12px; border-radius: 6px; color: var(--lp-green-dark); font-size: 14px; line-height: 1.3; text-decoration: none; }
.lp-catalog__nav details a:hover { background: rgba(20, 156, 92, .07); }
.lp-catalog__nav a:focus-visible, .lp-product-card a:focus-visible, .lp-news-card a:focus-visible, .lp-button:focus-visible { outline: 3px solid rgba(20, 156, 92, .35); outline-offset: 3px; }
.lp-catalog__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lp-product-card { display: flex; min-height: 300px; align-items: flex-end; overflow: hidden; padding: 24px; border-radius: 12px; background-color: var(--lp-green-dark); background-position: center; background-size: cover; color: #f7fff9; text-decoration: none; box-shadow: none; transition: transform 260ms ease, box-shadow 260ms ease; }
.lp-product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(10, 99, 58, .16); }
.lp-product-card:focus-visible { outline: 3px solid rgba(14, 122, 71, .35); outline-offset: 4px; }
.lp-product-card__body { display: grid; gap: 8px; }
.lp-product-card__body strong { color: #f7fff9; font-size: 20px; line-height: 1.25; text-shadow: 0 2px 16px rgba(0, 0, 0, .3); }
.lp-product-card__body span { color: #f7fff9; font-size: 14px; font-weight: 500; line-height: 1.5; text-shadow: 0 2px 16px rgba(0, 0, 0, .3); }

.lp-news-grid { width: 100%; margin: 0; padding: 0; }
.lp-news-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 480px; background: #fbfdfb; }
.lp-news-card__image { display: block; min-height: 480px; overflow: hidden; background: #a8c5a0; }
.lp-news-card__image img { display: block; width: 100%; height: 480px; object-fit: cover; object-position: center; }
.lp-news-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; padding: 64px; background: #fbfdfb; }
.lp-news-card--reverse .lp-news-card__body { background: var(--lp-mint); }
.lp-news-card__eyebrow { color: var(--lp-green); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.lp-news-card h2 { margin: 0; color: var(--lp-navy); font-size: 30px; line-height: 1.05; }
.lp-news-card h2 a { color: inherit; text-decoration: none; }
.lp-news-card p { margin: 0; color: var(--lp-copy); font-size: 16px; line-height: 1.55; }
.lp-text-link { color: var(--lp-green-dark); font-weight: 700; text-decoration: none; }

.lp-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 72px 0; }
.lp-product-detail__media { min-height: 560px; background: var(--lp-page); }
.lp-product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-product-detail__content { padding: clamp(34px, 5vw, 64px); background: #fbfdfb; }
.lp-product-detail__content h2, .lp-spec-section h2, .lp-entry-cta h2 { color: var(--lp-navy); }
.lp-prose { margin-top: 28px; color: var(--lp-copy); font-size: 16px; line-height: 1.8; }
.lp-prose h2, .lp-prose h3 { color: var(--lp-navy); }
.lp-feature-list { margin: 18px 0 0; padding: 0; list-style: none; }
.lp-feature-list li { padding: 12px 0 12px 24px; border-bottom: 1px solid var(--lp-line); position: relative; }
.lp-feature-list li::before { content: ''; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; border-radius: 50%; background: var(--lp-green); }
.lp-spec-section { padding: 64px 0; background: var(--lp-page); }
.lp-spec-table { margin-top: 28px; border-top: 1px solid var(--lp-line); }
.lp-spec-table > div { display: grid; grid-template-columns: minmax(180px, 28%) 1fr; padding: 18px 0; border-bottom: 1px solid var(--lp-line); }
.lp-spec-table strong { color: var(--lp-navy); }
.lp-entry-cta { padding: 64px 0; background: var(--lp-mint); text-align: center; }
.lp-entry-cta .lp-shell { width: min(860px, calc(100% - 48px)); }
.lp-entry-cta p { max-width: 680px; margin: 16px auto 0; line-height: 1.7; }
.lp-entry-cta__actions { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }
.lp-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--lp-green-dark); border-radius: 8px; font-weight: 700; text-decoration: none; }
.lp-button--primary { color: #f7fff9; background: var(--lp-green-dark); }
.lp-button--secondary { color: var(--lp-green-dark); background: #fbfdfb; }
.lp-article { width: min(860px, calc(100% - 48px)); padding: 64px 0 84px; }
.lp-article__image { margin: 30px 0 38px; }
.lp-article__image img { width: 100%; max-height: 560px; object-fit: cover; }

@media (max-width: 1024px) {
	.lp-catalog { grid-template-columns: 1fr; }
	.lp-catalog__nav { position: static; width: 100%; }
	.lp-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lp-product-card { min-height: 280px; padding: 22px; }
	.lp-news-card { grid-template-columns: 1fr; min-height: 0; }
	.lp-news-card__image { order: 0; }
	.lp-news-card__body { order: 1; }
	.lp-news-card__image, .lp-news-card__image img { min-height: 340px; height: 340px; }
	.lp-news-card__body { padding: 40px; }
	.lp-product-detail { grid-template-columns: 1fr; }
	.lp-product-detail__media { min-height: 420px; }
}

@media (max-width: 767px) {
	.lp-shell, .lp-entry-hero .lp-shell, .lp-entry-cta .lp-shell, .lp-catalog, .lp-news-grid, .lp-article { width: min(100% - 40px, 1200px); }
	.lp-entry-hero { padding: 64px 0; }
	.lp-catalog { padding: 0; }
	.lp-news-grid { width: 100%; }
	.lp-catalog__grid { grid-template-columns: 1fr; }
	.lp-product-card { min-height: 260px; padding: 20px; }
	.lp-product-card__body strong { font-size: 18px; }
	.lp-product-card__body span { font-size: 13px; }
	.lp-news-card__image, .lp-news-card__image img { min-height: 260px; height: 260px; }
	.lp-news-card__body { gap: 18px; padding: 28px; }
	.lp-news-card h2 { font-size: 28px; }
	.lp-product-detail { padding: 40px 0; }
  .lp-product-detail__media { min-height: 300px; }
  .lp-product-detail__content { padding: 30px 0 0; }
  .lp-spec-table > div { grid-template-columns: 1fr; gap: 7px; }
  .lp-entry-cta__actions { flex-direction: column; }
  .lp-button { width: 100%; }
}
