.lnn-page {
  --lnn-green: #00864a;
  --lnn-green-dark: #006d3c;
  --lnn-ink: #0d1728;
  --lnn-muted: #637083;
  --lnn-line: #dce5e1;
  --lnn-pale: #f0f8f4;
  background: #fff;
  color: var(--lnn-ink);
  padding: 20px 0 72px;
}

.lnn-page *,
.lnn-page *::before,
.lnn-page *::after { box-sizing: border-box; }

.lnn-shell { width: min(1480px, calc(100% - 64px)); margin: 0 auto; }
.lnn-page h1, .lnn-page h2, .lnn-page h3, .lnn-page p { margin-top: 0; }
.lnn-page a { color: inherit; text-decoration: none; }

.lnn-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 2px 18px;
  color: var(--lnn-muted);
  font-size: 12px;
}
.lnn-breadcrumb a:hover { color: var(--lnn-green); }

.lnn-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}
.lnn-tab {
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid var(--lnn-line);
  border-radius: 11px;
  background: #fff;
  font-size: 15px;
  font-weight: 760;
  transition: border-color .2s, box-shadow .2s, background .2s, color .2s;
}
.lnn-tab svg { width: 24px; height: 24px; flex: 0 0 auto; }
.lnn-tab:hover { border-color: #9bceB5; box-shadow: 0 8px 24px rgba(0, 88, 50, .07); }
.lnn-tab.is-active { color: #fff; border-color: var(--lnn-green); background: linear-gradient(135deg, #007d45, #009b58); box-shadow: 0 10px 24px rgba(0, 121, 67, .18); }

.lnn-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: stretch;
  border: 1px solid #e5ece9;
  border-radius: 18px;
  background: linear-gradient(105deg, #f8fbfa 0%, #f5faf7 48%, #edf8f3 100%);
}
.lnn-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 40%;
  width: 18%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #f8fbfa 0%, rgba(248, 251, 250, .82) 35%, rgba(248, 251, 250, 0) 100%);
}
.lnn-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 12px 42px 42px;
}
.lnn-kicker {
  margin-bottom: 14px;
  color: var(--lnn-green);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lnn-hero h1 {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(39px, 3.35vw, 60px);
  line-height: .99;
  letter-spacing: -.052em;
}
.lnn-hero__intro { max-width: 585px; margin-bottom: 32px; color: #415066; font-size: 17px; line-height: 1.58; }
.lnn-benefits { display: flex; align-items: flex-start; gap: 26px; max-width: 680px; }
.lnn-benefit { min-width: 0; display: flex; align-items: center; gap: 10px; }
.lnn-benefit > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--lnn-green);
  border: 1px solid #b9dec9;
  border-radius: 50%;
  background: #fff;
}
.lnn-benefit svg { width: 21px; height: 21px; }
.lnn-benefit strong { font-size: 12px; line-height: 1.32; }
.lnn-hero__media { position: absolute; z-index: 1; inset: 0 0 0 38%; overflow: hidden; }
.lnn-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.lnn-products, .lnn-contexts, .lnn-guides { padding-top: 48px; }
.lnn-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 20px; }
.lnn-section-head h2, .lnn-process > h2 { margin-bottom: 5px; font-size: clamp(27px, 2vw, 34px); line-height: 1.1; letter-spacing: -.035em; }
.lnn-section-head p { margin: 0; color: var(--lnn-muted); font-size: 14px; }
.lnn-section-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.lnn-rail-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--lnn-green);
  border: 1px solid var(--lnn-line);
  border-radius: 50%;
  background: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.lnn-rail-button:disabled { opacity: .32; cursor: default; }
.lnn-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lnn-green) !important; font-size: 13px; font-weight: 780; }
.lnn-text-link svg { width: 18px; height: 18px; }

.lnn-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 75px) / 6);
  gap: 15px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 1px 1px 5px;
}
.lnn-product-rail::-webkit-scrollbar { display: none; }
.lnn-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--lnn-line);
  border-radius: 12px;
  background: #fff;
  scroll-snap-align: start;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lnn-product-card:hover { transform: translateY(-3px); border-color: #a9d5bd; box-shadow: 0 14px 32px rgba(18, 62, 43, .09); }
.lnn-product-card__image { position: relative; display: block; aspect-ratio: 1.1 / 1; overflow: hidden; background: linear-gradient(145deg, #fafcfb, #f4f8f6); }
.lnn-product-card__image img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 10px; transition: transform .25s ease; }
.lnn-product-card:hover .lnn-product-card__image img { transform: scale(1.035); }
.lnn-product-card__body { min-height: 230px; display: flex; flex: 1; flex-direction: column; padding: 14px 14px 13px; }
.lnn-product-card__category { min-height: 17px; margin-bottom: 6px; color: var(--lnn-green); font-size: 10px; line-height: 1.3; font-weight: 700; }
.lnn-product-card__category a { color: inherit; }
.lnn-product-card h3 { min-height: 45px; margin-bottom: 13px; font-size: 14px; line-height: 1.28; font-weight: 790; }
.lnn-product-card h3 a { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.lnn-product-card__price { margin-top: auto; font-size: 18px; font-weight: 850; }
.lnn-product-card__price del { margin-right: 5px; color: #89928f; font-size: 12px; font-weight: 500; }
.lnn-product-card__price ins { text-decoration: none; }
.lnn-stock { min-height: 16px; margin: 6px 0 12px; color: #7a3030; font-size: 11px; }
.lnn-stock.is-in-stock { color: var(--lnn-green); }
.lnn-add {
  width: 100%;
  min-height: 39px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 10px !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--lnn-green) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center;
}
.lnn-add:hover { background: var(--lnn-green-dark) !important; }
.lnn-add svg { width: 17px; height: 17px; }

.lnn-process {
  margin-top: 52px;
  padding: 28px;
  border: 1px solid #cfe2d9;
  border-radius: 14px;
  background: linear-gradient(110deg, #f7fbf9, #fff);
}
.lnn-process > h2 { margin-bottom: 22px; font-size: 25px; }
.lnn-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.lnn-step { position: relative; min-height: 104px; display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--lnn-line); border-radius: 11px; background: #fff; }
.lnn-step:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -27px; color: var(--lnn-green); font-size: 20px; font-weight: 800; transform: translateY(-50%); }
.lnn-step__icon { position: relative; flex: 0 0 58px; color: var(--lnn-green); }
.lnn-step__icon svg { width: 55px; height: 55px; }
.lnn-step__icon b { position: absolute; top: -5px; left: -4px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--lnn-green); font-size: 11px; }
.lnn-step h3 { margin-bottom: 5px; font-size: 13px; line-height: 1.25; }
.lnn-step p { margin: 0; color: var(--lnn-muted); font-size: 11px; line-height: 1.45; }

.lnn-contexts__grid, .lnn-guides__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lnn-context-card { min-height: 250px; display: grid; grid-template-columns: 58% 42%; overflow: hidden; border: 1px solid var(--lnn-line); border-radius: 13px; background: linear-gradient(135deg, #fff, #f7faf8); }
.lnn-context-card__copy { position: relative; z-index: 2; padding: 24px 6px 22px 24px; }
.lnn-context-card h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.2; }
.lnn-context-card p { min-height: 42px; margin-bottom: 14px; color: var(--lnn-muted); font-size: 12px; line-height: 1.5; }
.lnn-context-card ul { margin: 0 0 18px; padding: 0; list-style: none; color: #526159; font-size: 11px; line-height: 1.7; }
.lnn-context-card li::before { content: "✓"; margin-right: 7px; color: var(--lnn-green); font-weight: 850; }
.lnn-context-card__image { display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: radial-gradient(circle at 70% 60%, #e3f3eb, transparent 68%); }
.lnn-context-card__image img { width: 125%; max-width: none; height: 100%; object-fit: contain; object-position: center bottom; transform: translateX(3%); }

.lnn-guide-card { min-height: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--lnn-line); border-radius: 12px; background: #fff; }
.lnn-guide-card__image { display: block; width: 100%; aspect-ratio: 2.1 / 1; overflow: hidden; background: #f4f6f5; }
.lnn-guide-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.lnn-guide-card > div { min-height: 174px; display: flex; flex: 1; flex-direction: column; padding: 20px 18px; }
.lnn-guide-card h3 { margin-bottom: 8px; font-size: 15px; line-height: 1.25; }
.lnn-guide-card p { color: var(--lnn-muted); font-size: 11px; line-height: 1.5; }
.lnn-guide-card .lnn-text-link { margin-top: auto; }

@media (max-width: 1240px) {
  .lnn-shell { width: min(100% - 40px, 1480px); }
  .lnn-hero { grid-template-columns: 52% 48%; }
  .lnn-hero__media { left: 46%; }
  .lnn-hero__copy { padding-left: 32px; }
  .lnn-benefits { gap: 14px; }
  .lnn-product-rail { grid-auto-columns: 235px; }
  .lnn-process__grid { gap: 24px; }
  .lnn-step:not(:last-child)::after { right: -20px; }
}

@media (max-width: 980px) {
  .lnn-tabs { gap: 9px; }
  .lnn-tab { padding-inline: 10px; font-size: 13px; }
  .lnn-hero { min-height: 440px; grid-template-columns: 58% 42%; }
  .lnn-hero__media { left: 50%; }
  .lnn-hero h1 { font-size: 42px; }
  .lnn-benefits { display: grid; grid-template-columns: repeat(3, 1fr); }
  .lnn-benefit { display: block; }
  .lnn-benefit > span { margin-bottom: 6px; }
  .lnn-process__grid { grid-template-columns: repeat(2, 1fr); }
  .lnn-step:nth-child(2)::after { display: none; }
  .lnn-contexts__grid { grid-template-columns: 1fr; }
  .lnn-context-card { min-height: 215px; }
  .lnn-guides__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .lnn-page { padding-top: 14px; padding-bottom: 48px; }
  .lnn-shell { width: calc(100% - 28px); }
  .lnn-breadcrumb { margin-bottom: 13px; }
  .lnn-tabs { display: flex; overflow-x: auto; margin-inline: -14px; padding: 0 14px 4px; scrollbar-width: none; scroll-snap-type: x proximity; }
  .lnn-tabs::-webkit-scrollbar { display: none; }
  .lnn-tab { flex: 0 0 auto; min-height: 52px; justify-content: flex-start; scroll-snap-align: start; }
  .lnn-tab svg { width: 21px; height: 21px; }
  .lnn-hero { min-height: 0; display: flex; flex-direction: column; border-radius: 14px; }
  .lnn-hero::after { display: none; }
  .lnn-hero__copy { order: 1; padding: 30px 22px 25px; }
  .lnn-kicker { font-size: 10px; }
  .lnn-hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .lnn-hero__intro { margin-bottom: 24px; font-size: 15px; }
  .lnn-hero__media { position: relative; inset: auto; order: 2; height: 280px; }
  .lnn-hero__media::before { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; height: 55px; background: linear-gradient(#f7faf8, transparent); }
  .lnn-benefits { grid-template-columns: 1fr; gap: 9px; }
  .lnn-benefit { display: flex; }
  .lnn-benefit > span { margin: 0; }
  .lnn-products, .lnn-contexts, .lnn-guides { padding-top: 38px; }
  .lnn-section-head { align-items: flex-start; }
  .lnn-section-actions { align-self: center; }
  .lnn-section-actions .lnn-text-link { display: none; }
  .lnn-product-rail { margin-right: -14px; grid-auto-columns: min(78vw, 280px); padding-right: 14px; }
  .lnn-product-card__body { min-height: 220px; }
  .lnn-process { margin-top: 38px; padding: 20px 14px; }
  .lnn-process__grid { grid-template-columns: 1fr; gap: 12px; }
  .lnn-step:not(:last-child)::after { display: none; }
  .lnn-context-card { min-height: 235px; grid-template-columns: 62% 38%; }
  .lnn-context-card__copy { padding-left: 18px; }
  .lnn-guides__grid { display: flex; overflow-x: auto; margin-right: -14px; padding-right: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .lnn-guide-card { flex: 0 0 min(86vw, 380px); scroll-snap-align: start; }
}

@media (prefers-reduced-motion: reduce) {
  .lnn-product-rail { scroll-behavior: auto; }
  .lnn-product-card, .lnn-product-card__image img { transition: none; }
}
