/*
Theme Name: Hello Elementor Child - Okotégla
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1774345784
Updated: 2026-03-24 09:49:44

*/
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #2f2a24;
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(184, 113, 69, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
    #f6f1e8;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.lead {
  font-size: 20px;
  color: #6e6458;
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b6b41;
  font-weight: 700;
  margin-bottom: 18px;
}
.eyebrow.white{
	color: #fff;
}
.okotegla-contact-hero-content .eyebrow, .eyebrow.brown{
	color: #c8874d;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 650px;
  color: #6e6458;
  margin-bottom: 6px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #3b6b41;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(59, 107, 65, 0.22);
}

.btn-primary:hover {
  background: #294b2d;
	color: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: #ddd2c2;
  color: #2f2a24;
}

.btn-secondary:hover {
  border-color: #b87145;
  color: #b87145;
}

.btn-accent {
  background: #b87145;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(184, 113, 69, 0.24);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
	max-width: 100%!important;
  backdrop-filter: blur(12px);
  background: rgba(246, 241, 232, 0.94);
  border-bottom: 1px solid rgba(221, 210, 194, 0.9);
  box-shadow: 0 6px 20px rgba(47, 42, 36, 0.04);
	display: block;
	padding-block-end: 0rem;
    padding-block-start: 0rem;
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-mark {
  width: 110px;
  height: 54px;
  display: flex;
  align-items: center;
}

.brand-mark img {
  max-height: 54px;
  width: auto;
  object-fit: contain;
}

.desktop-nav {
  margin-left: auto;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #6e6458;
  font-weight: 600;
  font-size: 15px;
}

.desktop-nav a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  transition: color 0.25s ease;
}

.desktop-nav a:hover, .desktop-nav .current-menu-item a:hover {
  color: #3b6b41;
}

.desktop-nav a::after, .desktop-nav .current-menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
  transition: width 0.25s ease;
}

.desktop-nav a:hover::after, .desktop-nav .current-menu-item a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid #ddd2c2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #2f2a24;
  transition: 0.25s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(221, 210, 194, 0.9);
  background: rgba(246, 241, 232, 0.98);
}

.mobile-menu.is-open {
  display: block;
}

.mobile-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 22px;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
  color: #2f2a24;
  font-weight: 600;
  border-bottom: 1px solid rgba(221, 210, 194, 0.55);
}

.mobile-nav li:last-child a {
  border-bottom: 0;
}

.mobile-menu-cta {
  margin-top: 8px;
  padding: 14px 18px !important;
  border-radius: 14px;
  background: #3b6b41;
  color: #ffffff !important;
  border-bottom: 0 !important;
  text-align: center;
}
.desktop-nav a:hover,
.desktop-nav .current-menu-item > a,
.desktop-nav .current-menu-ancestor > a,
.desktop-nav .current-menu-parent > a {
  color: #3b6b41;
}

.desktop-nav a::after,
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current-menu-ancestor > a::after,
.desktop-nav .current-menu-parent > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
  transition: width 0.25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current-menu-ancestor > a::after,
.desktop-nav .current-menu-parent > a::after {
  width: 100%;
}

/* Breadcrumb szekció */
.oko-breadcrumbs {
  position: relative;
  padding: 0;
  background: linear-gradient(180deg, #f4efe7 0%, #f7f2ea 100%);
  border-top: 1px solid rgba(184, 113, 69, 0.10);
  border-bottom: 1px solid rgba(221, 210, 194, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

/* belső szélesség */
.oko-breadcrumbs .rank-math-breadcrumb {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

/* sor */
.oko-breadcrumbs .rank-math-breadcrumb p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #7f7467;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* link */
.oko-breadcrumbs .rank-math-breadcrumb a {
  position: relative;
  color: #5f564b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease;
}

.oko-breadcrumbs .rank-math-breadcrumb a:hover {
  color: #3b6b41;
}

/* elválasztó */
.oko-breadcrumbs .rank-math-breadcrumb .separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b87145;
  opacity: 0.9;
  font-weight: 700;
  font-size: 14px;
}

/* aktuális oldal */
.oko-breadcrumbs .rank-math-breadcrumb .last {
  color: #2f2a24;
  font-weight: 700;
}

/* finom kis jel a sor elejére */
.oko-breadcrumbs .rank-math-breadcrumb p::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
  margin-right: 2px;
  flex-shrink: 0;
}

/* mobil */
@media (max-width: 767px) {
  .oko-breadcrumbs .rank-math-breadcrumb {
    padding: 14px 0;
  }

  .oko-breadcrumbs .rank-math-breadcrumb p {
    gap: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .oko-breadcrumbs .rank-math-breadcrumb p::before {
    width: 18px;
  }
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 34px;
  background:
    radial-gradient(circle at 15% 25%, rgba(184, 113, 69, 0.12), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(59, 107, 65, 0.12), transparent 40%),
    linear-gradient(135deg, #f6f1e8, #e9efe7);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='60' viewBox='0 0 120 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233b6b41' stroke-opacity='0.08' stroke-width='1'%3E%3Crect x='0' y='0' width='120' height='30'/%3E%3Crect x='0' y='30' width='60' height='30'/%3E%3Crect x='60' y='30' width='60' height='30'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 60px;
  opacity: 0.8;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  padding: 34px 0;
}

.hero-copy .lead {
  margin-bottom: 30px;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 32px;
  margin: 18px 0 30px;
}

.value-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #2f2a24;
  font-size: 15px;
}

.value-chip-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(59, 107, 65, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #3b6b41;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-note {
  padding: 16px;
  border: 1px solid #ddd2c2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
}

.hero-note strong {
  display: block;
  font-size: 24px;
  color: #3b6b41;
  margin-bottom: 2px;
}

.hero-visual {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  isolation: isolate;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.10), rgba(20, 20, 20, 0.68));
  z-index: 1;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(59, 107, 65, 0.18);
  z-index: 1;
  opacity: 0;
  transition: 0.35s ease;
}

.hero-card:hover::after {
  opacity: 1;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.hero-card:hover img {
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: auto 24px 24px 24px;
  z-index: 2;
  color: white;
}

.hero-overlay span {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-overlay h3 {
  font-size: 25px;
  margin-bottom: 8px;
  color: white;
  line-height: 1.18;
}

.hero-overlay p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
  max-width: 360px;
}

/* Applications */
.applications-section {
  padding: 88px 0 92px;
}

.applications-layout {
  display: grid;
  grid-template-columns: 1.28fr 0.8fr;
  gap: 42px;
  align-items: start;
}

.applications-copy {
  padding-top: 14px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b6b41;
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
}

.applications-copy h2 {
  margin-bottom: 22px;
}

.applications-copy .intro-text {
  color: #6e6458;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 28px;
}

.applications-divider {
  width: 100%;
  height: 1px;
  background: rgba(221, 210, 194, 0.95);
  margin: 0 0 26px;
}

.applications-subtitle {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #3b6b41;
}

.applications-points {
  display: grid;
  gap: 16px;
  max-width: 520px;
}

.applications-point {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
}

.applications-point .check {
  color: #3b6b41;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding-top: 4px;
}

.applications-point strong {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.3;
  color: #2f2a24;
}

.applications-point span:last-child {
  color: #6e6458;
  font-size: 15px;
  line-height: 1.55;
}

.applications-visual {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.applications-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.applications-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 18%, rgba(0,0,0,0.04) 100%);
  pointer-events: none;
}

.app-label {
  position: absolute;
  left: 34px;
  right: 34px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.app-label.top { top: 28px; }
.app-label.middle { top: 345px; }
.app-label.bottom { top: 615px; }

.app-badge {
  min-width: 62px;
  height: 54px;
  padding: 0 14px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 10px 24px rgba(47, 42, 36, 0.12);
  flex-shrink: 0;
}

.app-badge.green { background: rgba(76, 113, 88, 0.96); }
.app-badge.accent { background: rgba(194, 129, 80, 0.96); }

.app-text {
  max-width: 335px;
  padding-top: 4px;
}

.app-text h3 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 800;
  color: #2f2a24;
}

.app-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(47, 42, 36, 0.86);
}

.applications-footnote {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
}

.applications-footnote-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #c68150, #b87145);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.applications-footnote h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
}

.applications-footnote p {
  margin: 0 0 16px;
  color: #6e6458;
}

.applications-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.applications-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ebe6dc;
  color: #2f2a24;
  font-size: 15px;
  font-weight: 700;
}

/* Comparison */
.compare-section {
  padding: 92px 0;
  background: linear-gradient(180deg, rgba(59, 107, 65, 0.06), rgba(255, 255, 255, 0.26));
  border-top: 1px solid rgba(59, 107, 65, 0.08);
  border-bottom: 1px solid rgba(59, 107, 65, 0.08);
}

.compare-head {
  margin-bottom: 34px;
}

.compare-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b6b41;
}

.compare-head h2 {
  margin-bottom: 18px;
}

.compare-intro {
  font-size: 19px;
  line-height: 1.65;
  color: #6e6458;
  margin-bottom: 20px;
}

.compare-head-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.compare-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #6e6458;
  font-size: 16px;
}

.compare-legend span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.legend-green { background: #3b6b41; }
.legend-orange { background: #b87145; }

.compare-summary-top {
  font-size: 19px;
  margin-top: 20px;
  line-height: 1.65;
  color: #6e6458;
}

.compare-board {
  border-top: 1px solid rgba(221, 210, 194, 0.9);
  border-bottom: 1px solid rgba(221, 210, 194, 0.9);
  padding: 26px 0;
}

.compare-grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.compare-item {
  min-height: 340px;
  padding: 0 26px;
  position: relative;
}

.compare-item:not(:last-child) {
  border-right: 1px solid rgba(221, 210, 194, 0.9);
}

.compare-item-head {
  margin-bottom: 18px;
}

.compare-item-head h3 {
  margin: 0 0 2px;
  font-size: 20px;
  line-height: 1.2;
}

.compare-item-head span {
  font-size: 13px;
  color: #6e6458;
}

.compare-bars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: end;
  min-height: 235px;
}

.compare-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.compare-value {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #2f2a24;
  letter-spacing: -0.03em;
}

.compare-bar-track {
  width: 58px;
  height: 145px;
  background: rgba(47, 42, 36, 0.06);
  border-radius: 14px 14px 10px 10px;
  overflow: hidden;
  display: flex;
  align-items: end;
  box-shadow: inset 0 0 0 1px rgba(47, 42, 36, 0.02);
}

.compare-bar {
  width: 100%;
  height: 0;
  border-radius: 14px 14px 0 0;
  transition: height 1.1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.compare-bar-green {
  background: linear-gradient(180deg, #7dbb55 0%, #5fa13c 100%);
}

.compare-bar-orange {
  background: linear-gradient(180deg, #da7c24 0%, #c7650b 100%);
}

.compare-label {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  color: #6e6458;
}

/* Generic grids/cards */
.use-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 26px;
  align-items: stretch;
}

.use-intro-box {
  min-height: 100%;
  padding: 34px;
  border: 1px solid #ddd2c2;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.42));
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.use-intro-box p {
  color: #6e6458;
  font-size: 17px;
  max-width: 520px;
}

.use-intro-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 210, 194, 0.9);
  color: #6e6458;
  font-size: 15px;
}

.use-intro-note strong {
  display: block;
  margin-bottom: 4px;
  color: #3b6b41;
}

.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(59, 107, 65, 0.10);
  color: #3b6b41;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.use-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.use-card {
  overflow: hidden;
  min-height: 240px;
  border: 1px solid #ddd2c2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.use-card-large {
  grid-column: 1 / -1;
  min-height: 290px;
}

.use-card-media {
  position: relative;
  height: 110px;
  overflow: hidden;
}

.use-card-large .use-card-media {
  height: 150px;
}

.use-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,0.10), rgba(20,20,20,0.25));
}

.use-card-body {
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98));
}

.use-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.use-card-num {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  color: #3b6b41;
  background: rgba(59, 107, 65, 0.10);
  flex-shrink: 0;
}

.use-card-tag {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e6458;
  font-weight: 700;
}

.use-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.use-card p {
  margin: 0;
  color: #2f2a24;
  opacity: 0.9;
}

.use-card-kandallo .use-card-num {
  background: rgba(184, 113, 69, 0.14);
  color: #b87145;
}

.use-card-kerites .use-card-num {
  background: rgba(90, 102, 94, 0.12);
  color: #55645a;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px;
  align-items: center;
}

.card {
  background: rgba(255,255,255,0.7);
  border: 1px solid #ddd2c2;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.card-muted {
  background: rgba(255,255,255,0.45);
}

.bars {
  display: grid;
  gap: 18px;
}

.bar-item {
  display: grid;
  grid-template-columns: 170px 1fr 58px;
  gap: 16px;
  align-items: center;
  font-weight: 700;
}

.bar-track {
  height: 14px;
  background: rgba(47,42,36,0.08);
  border-radius: 999px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
}

.fill-green { background: linear-gradient(90deg, #3b6b41, #67a96c); }
.fill-accent { background: linear-gradient(90deg, #b87145, #d39a71); }
.fill-dark { background: linear-gradient(90deg, #7d6a58, #b7a08b); }

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #6e6458;
  font-size: 14px;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
}

.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.problem-box,
.solution-box {
  padding: 34px;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.problem-box {
  background: rgba(255,255,255,0.58);
  border: 1px solid #ddd2c2;
}

.solution-box {
  background: linear-gradient(180deg, rgba(59,107,65,0.95), rgba(41,75,45,1));
  color: white;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.bullet-list li {
  position: relative;
  padding-left: 28px;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #b87145;
  box-shadow: 0 0 0 4px rgba(184, 113, 69, 0.16);
}

.solution-box .bullet-list li::before {
  background: #c7e3cb;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.10);
}

.solution-box .eyebrow {
  color: #cfe5d2;
}

.solution-box .eyebrow::before {
  background: rgba(255,255,255,0.5);
}

.video-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.video-card {
  padding: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid #ddd2c2;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.video-card video {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.info-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.info-item {
  padding: 18px 20px;
  border: 1px solid #ddd2c2;
  border-radius: 16px;
  background: rgba(255,255,255,0.58);
}

.info-item strong {
  display: block;
  color: #3b6b41;
  margin-bottom: 6px;
}

.use-grid,
.features-grid,
.products-grid,
.cert-grid,
.refs-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

.use-grid { grid-template-columns: repeat(3, 1fr); }
.features-grid { grid-template-columns: repeat(4, 1fr); }
.products-grid { grid-template-columns: repeat(4, 1fr); }
.cert-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
.refs-grid { grid-template-columns: repeat(3, 1fr); }
.footer-grid { grid-template-columns: 1.15fr 0.9fr 1.1fr; }

.product-card {
  overflow: hidden;
  padding: 0;
}

.product-thumb {
  height: 220px;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 24px;
}

.product-tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(59,107,65,0.10);
  color: #3b6b41;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.cert-highlight {
  background: linear-gradient(180deg, rgba(184,113,69,0.12), rgba(255,255,255,0.48));
}

.ref-card {
  overflow: hidden;
  padding: 0;
}

.ref-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.ref-body {
  padding: 22px;
}

.pill {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #ddd2c2;
  background: rgba(255,255,255,0.5);
  font-weight: 600;
  color: #6e6458;
}

.cta-band {
  padding: 0 0 84px;
}

.cta-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #3b6b41, #294b2d);
  color: white;
  box-shadow: 0 18px 40px rgba(41, 75, 45, 0.28);
}

.cta-card {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(10px);
}

.mini-form {
  display: grid;
  gap: 14px;
}

.mini-form input,
.mini-form select,
.mini-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.14);
  color: white;
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
}

.mini-form input::placeholder,
.mini-form textarea::placeholder {
  color: rgba(255,255,255,0.72);
}

/* Ökopress section */
.okopress-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(184,113,69,0.06), transparent 24%),
    linear-gradient(180deg, rgba(59,107,65,0.03), rgba(255,255,255,0));
}

.okopress-head {
  margin-bottom: 38px;
}

.okopress-head h2 {
  margin-bottom: 18px;
}

.okopress-intro {
  font-size: 19px;
  line-height: 1.68;
  color: #6e6458;
  margin: 0;
}

.okopress-layout {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 60px;
  align-items: start;
}

.okopress-video-col {
  display: grid;
  gap: 16px;
}

.okopress-video-wrap {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  background: #000;
}

.okopress-video-wrap video {
  width: 100%;
  display: block;
}

.okopress-video-note {
  max-width: 720px;
  color: #6e6458;
  font-size: 15px;
  line-height: 1.65;
}

.okopress-mini-products {
  margin-top: 10px;
  padding: 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress-mini-head {
  margin-bottom: 20px;
}

.okopress-mini-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b6b41;
}

.okopress-mini-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}

.okopress-mini-grid {
  display: grid;
  gap: 22px;
}

.mini-product-card {
  padding: 18px 0 0;
  border-top: 1px solid rgba(221,210,194,0.95);
}

.mini-product-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.mini-product-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.mini-product-num {
  min-width: 48px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59,107,65,0.12);
  color: #3b6b41;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.mini-product-num.accent {
  background: rgba(184,113,69,0.14);
  color: #b87145;
}

.mini-product-type {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e6458;
}

.mini-product-body h4 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
}

.mini-product-body p {
  margin: 0;
  color: #6e6458;
  font-size: 15px;
  line-height: 1.65;
}

.okopress-copy-col {
  display: grid;
  gap: 24px;
}

.okopress-text-block h3 {
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
}

.okopress-text-block p {
  margin: 0 0 16px;
  color: #6e6458;
  font-size: 17px;
  line-height: 1.72;
}

.okopress-text-block p:last-child {
  margin-bottom: 0;
}

.okopress-points {
  display: grid;
  gap: 14px;
}

.okopress-point {
  padding: 18px 0 18px 22px;
  border-top: 1px solid rgba(221,210,194,0.95);
  position: relative;
}

.okopress-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b6b41;
}

.okopress-point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.3;
  color: #2f2a24;
}

.okopress-point p {
  margin: 0;
  color: #6e6458;
  font-size: 15px;
  line-height: 1.65;
}

.okopress-closing {
  padding-top: 20px;
  border-top: 1px solid rgba(221,210,194,0.95);
  font-size: 17px;
  line-height: 1.7;
  color: #6e6458;
}

/* Product visuals */
.mini-product-media {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.mini-product-media.dual {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mini-product-media img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: transparent;
}

.product-visual {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-main {
  flex: 1;
}

.product-main img, .elementor .product-main img{
  height: 220px;
}

.product-main.lgo img, .elementor .product-main.lgo img {
  height: 125px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.product-secondary {
  width: 200px;
  flex-shrink: 0;
  transform: translateX(-30px);
}

.product-secondary img, .elementor .product-secondary img {
  object-fit: contain;
  position: absolute;
  top: -163px;
  height: 240px;
  right: -20px;
  max-width: unset;
}

/* Brick types */
.brick-types-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(184,113,69,0.06), transparent 24%),
    linear-gradient(180deg, rgba(59,107,65,0.03), rgba(255,255,255,0));
}

.brick-types-head {
  max-width: 900px;
  margin-bottom: 42px;
}

.brick-types-head h2 {
  max-width: 780px;
  margin-bottom: 18px;
}

.brick-types-intro {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.65;
  color: #6e6458;
}

.brick-family-intro {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: center;
  padding: 0 0 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(221,210,194,0.95);
}

.brick-family-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b6b41;
}

.brick-family-copy h3 {
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
}

.brick-family-copy p {
  max-width: 620px;
  color: #6e6458;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.brick-family-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.brick-family-visual img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.brick-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid rgba(221,210,194,0.95);
}

.brick-product-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.brick-product-row.reverse .brick-product-copy {
  order: 2;
}

.brick-product-row.reverse .brick-product-visual {
  order: 1;
}

.brick-product-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.brick-product-num {
  min-width: 52px;
  height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59,107,65,0.12);
  color: #3b6b41;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.brick-product-num.accent {
  background: rgba(184,113,69,0.14);
  color: #b87145;
}

.brick-product-type {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e6458;
}

.brick-product-copy h3 {
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1.12;
  font-family: Georgia, "Times New Roman", serif;
}

.brick-product-copy p {
  margin: 0 0 18px;
  color: #6e6458;
  font-size: 17px;
  line-height: 1.7;
  max-width: 620px;
}

.brick-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.brick-feature-list li {
  position: relative;
  padding-left: 24px;
  color: #2f2a24;
  font-size: 15px;
  line-height: 1.55;
}

.brick-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b6b41;
}

.brick-product-visual {
  display: grid;
  gap: 18px;
  align-items: center;
}

.brick-product-image,
.brick-drawing {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brick-product-image img {
  max-width: 100%;
  max-height: 290px;
  object-fit: contain;
}

.brick-drawing img {
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}

/* Footer */
.site-footer {
  background: #2d2a25;
  color: rgba(255,255,255,0.82);
  padding: 64px 0 24px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-brand-text {
  max-width: 360px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.site-footer h4 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.74);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-menu a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-menu-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  color: #b87145;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.footer-menu a:hover .footer-menu-icon {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.footer-contact-block {
  margin-bottom: 18px;
}

.footer-contact-block:last-child {
  margin-bottom: 0;
}

.footer-contact-block strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}

.footer-contact-block p {
  margin: 0 0 4px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact-block a {
  transition: color 0.25s ease;
}

.footer-contact-block a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255,255,255,0.56);
}

.footer-bottom-right a {
  color: rgba(255,255,255,0.72);
  transition: color 0.25s ease;
}

.footer-bottom-right a:hover {
  color: #fff;
}

/* Award band */
.award-band {
  padding: 36px 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(59,107,65,0.12), transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(184,113,69,0.12), transparent 60%),
    linear-gradient(135deg, #eef3ed, #f6f1e8);
  border-top: 1px solid rgba(59,107,65,0.15);
  border-bottom: 1px solid rgba(59,107,65,0.15);
}

.award-inner {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 30px;
}

.award-logo img {
  width: 100px;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.15));
}

.award-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.award-content p {
  margin: 0;
  color: #6e6458;
  font-size: 15px;
  line-height: 1.6;
}

.award-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #2f2a24;
}

.award-highlight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.award-highlight strong {
  font-size: 20px;
  color: #3b6b41;
}

.award-highlight span {
  font-size: 14px;
  color: #6e6458;
  max-width: 220px;
  text-align: right;
}

/* Responsive */
@media (max-width: 1180px) {
  .compare-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .compare-item:nth-child(2) {
    border-right: 0;
  }

  .compare-item:nth-child(1),
  .compare-item:nth-child(2) {
    border-bottom: 1px solid rgba(221,210,194,0.9);
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .desktop-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .use-layout,
  .comparison-grid,
  .problem-solution,
  .video-info-grid,
  .cta-box,
  .footer-grid,
  .cert-grid,
  .features-grid,
  .products-grid,
  .refs-grid,
  .use-grid {
    grid-template-columns: 1fr 1fr;
  }

  .use-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-notes,
  .use-cards {
    grid-template-columns: 1fr 1fr;
  }

  .hero-notes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 420px;
  }

  .lead {
    max-width: unset;
  }

  .applications-layout {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .applications-visual {
    min-height: 820px;
  }

  .applications-visual img {
    min-height: 820px;
  }

  .brick-family-intro,
  .brick-product-row {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .brick-product-row.reverse .brick-product-copy,
  .brick-product-row.reverse .brick-product-visual {
    order: unset;
  }

  .brick-family-visual,
  .brick-product-visual {
    justify-content: start;
  }

  .product-visual {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .product-main,
  .product-secondary {
    flex: 1 1 0;
    width: auto;
  }

  .product-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .product-secondary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: none;
  }

  .product-main img, .elementor .product-main img,
  .product-secondary img, .elementor .product-secondary img{
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none;
    max-width: 100%;
    width: auto;
    height: 170px;
    object-fit: contain;
    margin: 0;
  }

  .product-main.lgo img, .elementor .product-main.lgo {
    height: 170px;
    margin: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .applications-layout,
  .okopress-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .award-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .award-highlight {
    align-items: center;
    text-align: center;
  }

  .award-highlight span {
    text-align: center;
  }

  .award-logo img {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-grid,
  .hero-visual,
  .hero-notes,
  .use-cards,
  .comparison-grid,
  .problem-solution,
  .video-info-grid,
  .cta-box,
  .footer-grid,
  .cert-grid,
  .features-grid,
  .products-grid,
  .refs-grid,
  .use-grid,
  .compare-grid-row {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 400px;
  }

  .use-card-large {
    grid-column: auto;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .bar-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .card,
  .problem-box,
  .solution-box,
  .use-intro-box,
  .cta-box {
    padding: 22px;
  }

  .header-actions .btn-secondary {
    display: none;
  }

  .brand-mark {
    width: 110px;
    height: 44px;
  }

  .brand-mark img {
    max-height: 44px;
  }

  .value-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  h1 { font-size: 40px; }
  h2 { font-size: 28px; }

  .applications-section {
    padding: 64px 0 70px;
  }

  .applications-copy .intro-text {
    font-size: 16px;
  }

  .applications-visual {
    min-height: 680px;
    border-radius: 22px;
  }

  .applications-visual img {
    min-height: 680px;
  }

  .app-label {
    left: 18px;
    right: 18px;
    gap: 10px;
  }

  .app-label.top { top: 18px; }
  .app-label.middle { top: 258px; }
  .app-label.bottom { top: 480px; }

  .app-badge {
    min-width: 54px;
    height: 48px;
    font-size: 17px;
    border-radius: 14px;
    padding: 0 12px;
  }

  .app-text {
    max-width: 220px;
  }

  .app-text h3 {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .app-text p {
    font-size: 13px;
    line-height: 1.4;
  }

  .applications-footnote {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .applications-footnote-icon {
    width: 62px;
    height: 62px;
    font-size: 26px;
  }

  .applications-footnote h3 {
    font-size: 24px;
  }

  .compare-section {
    padding: 68px 0;
  }

  .compare-intro {
    font-size: 17px;
  }

  .compare-item {
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(221,210,194,0.9);
    min-height: auto;
  }

  .compare-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .compare-bars {
    min-height: 210px;
  }

  .compare-bar-track {
    width: 54px;
    height: 126px;
  }

  .compare-value {
    font-size: 26px;
  }

  .brick-types-section,
  .okopress-section {
    padding: 72px 0;
  }

  .brick-types-intro,
  .brick-family-copy p,
  .brick-product-copy p,
  .okopress-intro,
  .okopress-text-block p,
  .okopress-closing {
    font-size: 16px;
  }

  .brick-family-copy h3,
  .okopress-text-block h3,
  .okopress-mini-head h3 {
    font-size: 28px;
  }

  .brick-product-copy h3 {
    font-size: 30px;
  }

  .brick-product-row,
  .brick-family-intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brick-product-image img {
    max-height: 220px;
  }

  .brick-drawing img {
    max-height: 170px;
  }

  .okopress-point strong {
    font-size: 18px;
  }

  .mini-product-media.dual {
    grid-template-columns: 1fr;
  }

  .mini-product-media img {
    height: 150px;
  }

  .mini-product-body h4 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .product-visual {
    gap: 12px;
  }

  .product-main img,
  .product-secondary img {
    height: 130px;
  }

  .product-main.lgo img {
    height: 130px;
  }

  .site-footer {
    padding: 52px 0 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-brand img {
    width: 170px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.okotegla-contact-page * {
  box-sizing: border-box;
}

.okotegla-contact-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.okotegla-contact-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3b6b41;
}

.okotegla-contact-kicker-light {
  color: #d8eadc;
}

.okotegla-contact-h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.okotegla-contact-h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #2f2a24;
}

.okotegla-contact-h2-light {
  color: #ffffff;
}

.okotegla-contact-lead {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.okotegla-contact-text {
  font-size: 17px;
  line-height: 1.7;
  color: #6e6458;
}

.okotegla-contact-text-light {
  color: rgba(255, 255, 255, 0.84);
}

.okotegla-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
  cursor: pointer;
}

.okotegla-contact-btn:hover {
  transform: translateY(-2px);
}

.okotegla-contact-btn-primary {
  background: #b87145;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(184, 113, 69, 0.24);
}

.okotegla-contact-btn-primary:hover {
  background: #9f6039;
  color: #ffffff;
}

.okotegla-contact-btn-secondary {
  background: transparent;
  border-color: rgba(255,255,255,0.28);
  color: #ffffff;
}

.okotegla-contact-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
}

.okotegla-contact-btn-accent {
  width: 100%;
  background: #b87145;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(184, 113, 69, 0.24);
}

.okotegla-contact-btn-accent:hover {
  background: #9f6039;
  color: #ffffff;
}

.okotegla-contact-hero {
  padding: 96px 0 96px;
  background:
    linear-gradient(90deg, rgba(31, 26, 23, 0.82), rgba(31, 26, 23, 0.42)),
    url("https://okotegla.hu/wp-content/uploads/2026/03/okotegla-kontact-header.jpg") center center / cover no-repeat;
}

.okotegla-contact-hero-content {
  max-width: 900px;
}

.okotegla-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.okotegla-contact-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.okotegla-contact-hero-point {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
}

.okotegla-contact-hero-point strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
}

.okotegla-contact-hero-point span {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.6;
}

.okotegla-contact-info-section {
  padding: 84px 0 36px;
}

.okotegla-contact-section-head {
  margin-bottom: 32px;
}

.okotegla-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.okotegla-contact-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okotegla-contact-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  color: #2f2a24;
}

.okotegla-contact-card p {
  margin: 0 0 10px;
  color: #6e6458;
  line-height: 1.7;
}

.okotegla-contact-card p:last-child {
  margin-bottom: 0;
}

.okotegla-contact-card a {
  color: #2f2a24;
  font-weight: 700;
}

.okotegla-contact-form-section {
  padding: 48px 0 84px;
}

.okotegla-contact-form-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #3b6b41, #294b2d);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(41, 75, 45, 0.28);
}

.okotegla-contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.okotegla-contact-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  font-weight: 600;
}

.okotegla-contact-form-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(10px);
}

.okotegla-contact-form {
  display: grid;
  gap: 14px;
}

.okotegla-contact-form input,
.okotegla-contact-form select,
.okotegla-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}

.okotegla-contact-form input::placeholder,
.okotegla-contact-form textarea::placeholder {
  color: rgba(255,255,255,0.72);
}

.okotegla-contact-form select option {
  color: #2f2a24;
}

.okotegla-contact-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}

.okotegla-contact-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.okotegla-contact-form-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.74);
  text-align: center;
}

.okotegla-contact-steps-section {
  padding: 0 0 84px;
}

.okotegla-contact-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.okotegla-contact-step {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okotegla-contact-step-num {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59,107,65,0.12);
  color: #3b6b41;
  font-size: 22px;
  font-weight: 800;
}

.okotegla-contact-step h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
  color: #2f2a24;
}

.okotegla-contact-step p {
  margin: 0;
  color: #6e6458;
  line-height: 1.7;
}

.okotegla-contact-bottom-section {
  padding: 0 0 84px;
}

.okotegla-contact-bottom-box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okotegla-contact-bottom-box h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #2f2a24;
}

.okotegla-contact-bottom-box p {
  margin: 0;
  color: #6e6458;
  line-height: 1.7;
}

.okotegla-contact-bottom-links {
  display: grid;
  gap: 12px;
  align-content: center;
}

.okotegla-contact-bottom-links a {
  color: #3b6b41;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .okotegla-contact-cards,
  .okotegla-contact-steps,
  .okotegla-contact-hero-points,
  .okotegla-contact-form-wrap,
  .okotegla-contact-bottom-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .okotegla-contact-hero {
    padding: 72px 0;
  }

  .okotegla-contact-info-section,
  .okotegla-contact-form-section,
  .okotegla-contact-steps-section,
  .okotegla-contact-bottom-section {
    padding-bottom: 64px;
  }

  .okotegla-contact-form-wrap,
  .okotegla-contact-card,
  .okotegla-contact-step,
  .okotegla-contact-bottom-box {
    padding: 22px;
  }

  .okotegla-contact-h1 {
    font-size: 38px;
  }

  .okotegla-contact-h2 {
    font-size: 30px;
  }

  .okotegla-contact-lead {
    font-size: 18px;
  }
}
.okotegla-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72));
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.okotegla-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(47, 42, 36, 0.14);
  border-color: #ccb89d;
}

.okotegla-contact-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.okotegla-contact-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #2f2a24;
}

.okotegla-contact-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(59, 107, 65, 0.10);
  color: #3b6b41;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.okotegla-contact-card-lines {
  display: grid;
  gap: 10px;
}

.okotegla-contact-card-lines--plain {
  gap: 2px;
}

.okotegla-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: #2f2a24;
  transition: color 0.2s ease, transform 0.2s ease;
}

.okotegla-contact-line--plain {
  padding: 12px 0;
  border-top: 1px solid rgba(221, 210, 194, 0.75);
  background: transparent;
}

.okotegla-contact-line--plain:first-child {
  border-top: 0;
  padding-top: 4px;
}

.okotegla-contact-line--plain:hover {
  color: #b87145;
  transform: translateX(3px);
}

.okotegla-contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(184, 113, 69, 0.10);
  color: #b87145;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.okotegla-contact-line:hover .okotegla-contact-icon {
  background: #b87145;
  color: #fff;
  transform: scale(1.04);
}

.okotegla-contact-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.okotegla-contact-line-text {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #2f2a24;
  font-weight: 600;
}

.okotegla-contact-card-note {
  padding: 4px 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #6e6458;
}

.okotegla-contact-card a {
  color: inherit;
}

@media (max-width: 640px) {
  .okotegla-contact-card {
    padding: 22px;
  }

  .okotegla-contact-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .okotegla-contact-line-text {
    font-size: 15px;
  }
}
.okotegla-cta {
  padding: 0 16px;
}

.okotegla-cta-container {
  max-width: 1200px;
  margin: 0 auto;
}

.okotegla-cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 36px;
  padding: 42px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #3b6b41, #294b2d);
  color: #fff;
  box-shadow: 0 20px 40px rgba(41, 75, 45, 0.25);
}

.okotegla-cta-eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  color: #cfe5d2;
  font-weight: 700;
}

.okotegla-cta-title {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  margin: 0 0 14px;
  color: #fff;
}

.okotegla-cta-desc {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.86);
  max-width: 560px;
  margin: 0;
}

.okotegla-cta-actions--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: stretch;
}

.okotegla-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.okotegla-cta-btn-primary {
  background: #b87145;
  color: #fff;
}

.okotegla-cta-btn-primary:hover {
  background: #9f6039;
  color: #fff;
  transform: translateY(-2px);
}

.okotegla-cta-phone-box {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
}

.okotegla-cta-phone-label {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.okotegla-cta-phone-links {
  display: grid;
  gap: 10px;
}

.okotegla-cta-phone-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.okotegla-cta-phone-link:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.24);
  color: #fff;
  transform: translateY(-1px);
}

.okotegla-cta-phone-city {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.okotegla-cta-phone-number {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .okotegla-cta-content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 28px;
  }
}

@media (max-width: 640px) {
  .okotegla-cta-phone-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .okotegla-cta-phone-number {
    white-space: normal;
  }
}
/* ===== Dokumentumok oldal - felső bevezető ===== */

.okotegla-docs-hero {
  padding: 56px 16px 20px;
}

.okotegla-docs-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.okotegla-docs-hero-box {
  padding: 42px 44px;
  border-radius: 30px;
  background: linear-gradient(135deg, #3b6b41, #294b2d);
  color: #fff;
  box-shadow: 0 18px 40px rgba(41, 75, 45, 0.22);
}

.okotegla-docs-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8eadc;
}

.okotegla-docs-title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

.okotegla-docs-lead {
  max-width: 840px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.okotegla-docs-lead-secondary {
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
}

/* Tablet */
@media (max-width: 1024px) {
  .okotegla-docs-hero-box {
    padding: 34px 28px;
  }

}

/* Mobil */
@media (max-width: 767px) {
  .okotegla-docs-hero {
    padding: 40px 16px 12px;
  }

  .okotegla-docs-hero-box {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .okotegla-docs-title {
    font-size: 34px;
  }

  .okotegla-docs-lead {
    font-size: 16px;
  }
}
.okotegla-docs-hero {
  position: relative;
  padding: 120px 0 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* sötét overlay a szöveg olvashatóság miatt */
.okotegla-docs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 30, 20, 0.75) 0%,
    rgba(20, 30, 20, 0.55) 40%,
    rgba(20, 30, 20, 0.2) 70%,
    rgba(20, 30, 20, 0) 100%
  );
}

/* tartalom előrébb */
.okotegla-docs-hero .okotegla-contact-container {
  position: relative;
  z-index: 2;
}
.okotegla-gallery-hero {
  position: relative;
  padding: 120px 0 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* overlay a jobb olvashatóságért */
.okotegla-gallery-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 30, 20, 0.75) 0%,
    rgba(20, 30, 20, 0.55) 40%,
    rgba(20, 30, 20, 0.2) 70%,
    rgba(20, 30, 20, 0) 100%
  );
}

.okotegla-gallery-hero .okotegla-contact-container {
  position: relative;
  z-index: 2;
}
/* Dokumentumok alatti szöveg finomhangolás */

.page-id-2 .widget-image-caption {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #2f2a24; /* fő szövegszínhez igazítva */
  text-align: center;
}

/* opcionális hover (nagyon finoman) */
.page-id-2 .elementor-widget-image a:hover + .widget-image-caption,
.page-id-2 .elementor-widget-image:hover .widget-image-caption {
  color: #b87145; /* accent szín */
}
/* Dokumentum carousel ne legyen szélesebb a container-nél */
.doksicarousel {
  max-width: 1200px; /* ugyanaz mint a containered */
  margin: 10px auto 0;
  padding: 0 20px; /* hogy mobilon se tapadjon szélre */
}

.container .doksicarousel {
  max-width: 100%;
}
.doksicarousel .swiper-slide-image {
  border-radius: 12px;
  border: 1px solid #e3d8ca;
  background: #f8f5ef;
}
.doksicarousel .swiper-slide {
  padding-right: 10px;
}
}
.section-head-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.docs-cta {
  margin-top: 0;
}

.docs-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.docs-cta-link {
  margin-top: 12px;
}

.docs-cta-link a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b87145; /* accent szín */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.docs-cta-link a:hover {
  color: #8a5a35;
  transform: translateX(2px);
}

.docs-cta-link .arrow {
  font-size: 16px;
}
.okotegla-fence-hero {
  position: relative;
  padding: 120px 0 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.okotegla-fence-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 30, 20, 0.78) 0%,
    rgba(20, 30, 20, 0.56) 40%,
    rgba(20, 30, 20, 0.20) 70%,
    rgba(20, 30, 20, 0.02) 100%
  );
}

.okotegla-fence-hero .okotegla-contact-container {
  position: relative;
  z-index: 2;
}
/* === FŐ SPEC BLOKK === */
.okotegla-spec {
  margin: 80px 0;
}

.okotegla-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.okotegla-spec-image img {
  width: 100%;
  max-width: 420px;
}

.okotegla-spec-list {
  list-style: none;
  padding: 0;
  margin-top: 24px;
}

.okotegla-spec-list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #2b2b2b;
}

/* === KIEGÉSZÍTŐK === */
.okotegla-accessories {
  margin-top: 60px;
}

.okotegla-accessories h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.okotegla-accessories-lead {
  color: #666;
  margin-bottom: 24px;
}

.okotegla-accessories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.okotegla-accessory {
  font-size: 16px;
}

.okotegla-accessory span {
  display: block;
  font-weight: 600;
}

.okotegla-accessory small {
  color: #888;
}
.okotegla-fence-product {
  padding: 84px 0;
}

.okotegla-fence-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 54px;
}

.okotegla-fence-copy .lead {
  max-width: 100%;
  margin-bottom: 24px;
}

.okotegla-fence-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.okotegla-fence-points li {
  position: relative;
  padding-left: 22px;
  color: #2f2a24;
  font-size: 15px;
  line-height: 1.6;
}

.okotegla-fence-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7dbb55;
}

.okotegla-fence-main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.okotegla-fence-main-visual img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
}

.okotegla-fence-system {
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid rgba(221, 210, 194, 0.95);
  border-bottom: 1px solid rgba(221, 210, 194, 0.95);
  margin-bottom: 44px;
}

.okotegla-fence-system-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.okotegla-fence-num {
  min-width: 46px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 107, 65, 0.12);
  color: #3b6b41;
  font-size: 20px;
  font-weight: 800;
}

.okotegla-fence-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e6458;
}

.okotegla-fence-system-main h3 {
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
}

.okotegla-fence-system-main p {
  margin: 0;
  color: #6e6458;
  font-size: 16px;
  line-height: 1.7;
}

.okotegla-fence-system-image,
.okotegla-fence-system-drawing {
  display: flex;
  justify-content: center;
  align-items: center;
}

.okotegla-fence-system-image img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.okotegla-fence-system-drawing img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.okotegla-accessories-block {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.okotegla-accessories-head h3 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
}

.okotegla-accessories-head p {
  margin: 0;
  color: #6e6458;
  font-size: 16px;
  line-height: 1.7;
}

.okotegla-accessories-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.okotegla-accessory-card {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #ddd2c2;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okotegla-accessory-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #2f2a24;
}

.okotegla-accessory-card span {
  color: #b87145;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .okotegla-fence-intro,
  .okotegla-fence-system,
  .okotegla-accessories-block {
    grid-template-columns: 1fr;
  }

  .okotegla-accessories-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .okotegla-fence-product {
    padding: 64px 0;
  }

  .okotegla-accessories-cards {
    grid-template-columns: 1fr;
  }

  .okotegla-fence-system-main h3,
  .okotegla-accessories-head h3 {
    font-size: 28px;
  }
}

/* =========================
   OKOPRESS - ALAP SZEKCIÓ STÍLUS
   Elementorhoz
========================= */

.okopress {
  padding: 84px 0;
  color: #2f2a24;
}

.okopress .container,
.okopress .e-con-inner,
.okopress .elementor-container,
.okopress .elementor-column-gap-default {
  max-width: 1180px;
}

/* -------------------------
   Címek / szövegek
------------------------- */

/*.okopress .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b6b41;
  font-weight: 700;
  margin-bottom: 18px;
}

.okopress .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
}*/

.okopress h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #2f2a24;
  margin: 0 0 18px;
	font-weight: 600;
}

.okopress h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.18;
  color: #2f2a24;
  margin: 0 0 14px;
}

.okopress h4 {
  font-size: 22px;
  line-height: 1.3;
  color: #2f2a24;
  margin: 0 0 10px;
}

.okopress p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.72;
  color: #6e6458;
}

.okopress .lead {
  font-size: 20px;
  line-height: 1.65;
  color: #6e6458;
}

.okopress strong {
  color: #2f2a24;
}

/* -------------------------
   Képek
------------------------- */

.okopress .okoimg,
.okopress img.okoimg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  overflow: hidden;
}

.okopress .okoimg.is-small,
.okopress img.okoimg.is-small {
  border-radius: 22px;
}

.okopress .okoimg.is-large,
.okopress img.okoimg.is-large {
  border-radius: 32px;
}

/* -------------------------
   Szövegdoboz / kiemelő blokk
------------------------- */

.okopress .okobox {
  padding: 34px;
  border: 1px solid #ddd2c2;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.48));
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress .okobox h3:last-child,
.okopress .okobox h4:last-child,
.okopress .okobox p:last-child {
  margin-bottom: 0;
}

/* -------------------------
   Lista pipákkal
------------------------- */

.okopress .okochecklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.okopress .okochecklist li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #2f2a24;
}

.okopress .okochecklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b6b41;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
}

/* -------------------------
   Kis tagek / pill-ek
------------------------- */

.okopress .okotags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.okopress .okotags span,
.okopress .okopill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ebe6dc;
  color: #2f2a24;
  font-size: 15px;
  font-weight: 700;
}

/* -------------------------
   Osztott layoutokhoz
------------------------- */

.okopress .okogrid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.okopress .okogrid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.okopress .okogrid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* -------------------------
   Elválasztó
------------------------- */

.okopress .okodivider {
  width: 100%;
  height: 1px;
  background: rgba(221, 210, 194, 0.95);
  margin: 28px 0;
}

/* -------------------------
   Táblázat stílus
------------------------- */

.okopress .okotable-wrap {
  overflow-x: auto;
}

.okopress table.okotable {
  width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
    border: none;
    border: 0px;
    border: 3px solid #000;
}

.okopress table.okotable th,
.okopress table.okotable td {
  padding: 16px 18px;
  border-bottom: 1px solid #ddd2c2;
  text-align: left;
  font-size: 16px;
}

.okopress table.okotable th {
  background: #8bc95a;
  color: #ffffff;
  font-weight: 700;
}

.okopress table.okotable tr:last-child td {
  border-bottom: 0;
}

.okopress table.okotable td {
  color: #2f2a24;
  background: rgba(255,255,255,0.88);
}
@media (max-width: 767px) {
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap {
  position: relative;
}

.table-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
}
}

/* -------------------------
   CTA blokk
------------------------- */

.okopress .okocta {
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, #3b6b41, #294b2d);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(41, 75, 45, 0.28);
}

.okopress .okocta h2,
.okopress .okocta h3,
.okopress .okocta h4,
.okopress .okocta p,
.okopress .okocta strong {
  color: #ffffff;
}

.okopress .okocta p {
  opacity: 0.88;
}

/* -------------------------
   Gomb, ha kell
------------------------- */

.okopress .okobtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #b87145;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(184, 113, 69, 0.24);
  transition: 0.25s ease;
}

.okopress .okobtn:hover {
  transform: translateY(-2px);
}

/* -------------------------
   Mobil
------------------------- */

@media (max-width: 1024px) {
  .okopress .okogrid-2,
  .okopress .okogrid-3,
  .okopress .okogrid-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .okopress {
    padding: 64px 0;
  }

  .okopress h2 {
    font-size: 28px;
  }

  .okopress h3 {
    font-size: 24px;
  }

  .okopress h4 {
    font-size: 20px;
  }

  .okopress p,
  .okopress .lead,
  .okopress .okochecklist li {
    font-size: 16px;
  }

  .okopress .okobox,
  .okopress .okocta {
    padding: 24px;
  }

  .okopress .okoimg,
  .okopress img.okoimg {
    border-radius: 22px;
  }
}
/* =========================================
   OKOPRESS - BEVEZETŐ KÉPES SZEKCIÓ
   Elementor kompatibilis
========================================= */

.okopress {
  padding: 84px 0;
}

.okopress > .elementor-container {
  align-items: center;
  column-gap: 36px;
}

.okopress .elementor-column > .elementor-widget-wrap {
  align-content: center;
}

/* Bal oldali szövegoszlop */
.okopress .elementor-column:first-child .elementor-widget-wrap {
  padding-right: 24px;
}

/* Eyebrow Elementor heading widgethez */
.okopress .eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b6b41;
  font-weight: 700;
  margin: 0 0 18px;
}

.okopress .eyebrow .elementor-heading-title::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
}

/* H2 */
.okopress h2.elementor-heading-title,
.okopress .elementor-widget-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #2f2a24;
  margin: 0 0 20px;
}

/* Szöveg */
.okopress .elementor-widget-text-editor p {
  color: #6e6458;
    font-size: 17px;
    line-height: 1.65;
}

/* Elementor néha betesz felesleges üres p-t / br-t */
.okopress .elementor-widget-text-editor p:empty {
  display: none;
}

/* Lista */
.okopress .okochecklist,
.okopress .elementor-widget-text-editor ul.okochecklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 18px;
  display: grid;
  gap: 12px;
}

.okopress .okochecklist li,
.okopress .elementor-widget-text-editor ul.okochecklist li {
  position: relative;
  padding-left: 28px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #2f2a24;
}

.okopress .okochecklist li::before,
.okopress .elementor-widget-text-editor ul.okochecklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b6b41;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
}

/* Kép widget */
.okopress .okoimg .elementor-widget-container {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress .okoimg img {
  display: block;
  width: 100%;
  height: auto;
}

/* Finom egyensúly: a kép ne lebegjen túl fent */
.okopress .elementor-column:last-child .elementor-widget-wrap {
  justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .okopress > .elementor-container {
    column-gap: 24px;
  }

  .okopress .elementor-column:first-child .elementor-widget-wrap {
    padding-right: 10px;
  }

  .okopress h2.elementor-heading-title,
  .okopress .elementor-widget-heading h2 {
    font-size: 32px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .okopress {
    padding: 64px 0;
  }

  .okopress > .elementor-container {
    row-gap: 28px;
  }

  .okopress .elementor-column:first-child .elementor-widget-wrap {
    padding-right: 0;
  }

  .okopress h2.elementor-heading-title,
  .okopress .elementor-widget-heading h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .okopress .elementor-widget-text-editor p,
  .okopress .okochecklist li,
  .okopress .elementor-widget-text-editor ul.okochecklist li {
    font-size: 16px;
  }

  .okopress .okoimg .elementor-widget-container {
    border-radius: 22px;
  }
}
/* =========================================
   OKOPRESS - BEVEZETŐ KÉPES SZEKCIÓ
   TISZTÍTOTT, ELEMENTOR KOMPATIBILIS
========================================= */

.okopress {
  padding: 84px 0;
  color: #2f2a24;
}

.okopress > .elementor-container {
  align-items: center;
  column-gap: 42px;
}

.okopress .elementor-column > .elementor-widget-wrap {
  align-content: center;
}

.okopress .elementor-column:first-child .elementor-widget-wrap {
  padding-right: 28px;
}

/* EYEBROW – csak a belső heading kapjon stílust */
.okopress .elementor-element.eyebrow {
  display: block;
  margin-bottom: 18px;
	margin-block-end: 5px!important;
}

.okopress .elementor-element.eyebrow::before {
  content: none;
}

.okopress .eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3b6b41;
}

.okopress .eyebrow .elementor-heading-title::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #b87145;
  border-radius: 999px;
  flex-shrink: 0;
}

/* H2 */
.okopress .elementor-widget-heading h2.elementor-heading-title {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #2f2a24;
}

/* SZÖVEG – a kezdőlapos arányokhoz közelebb */
.okopress .elementor-widget-text-editor {
  color: #6e6458;
}

.okopress .elementor-widget-text-editor p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.72;
  color: #6e6458;
}

.okopress .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.okopress .elementor-widget-text-editor p:empty {
  display: none;
}

/* LISTA */
.okopress .elementor-widget-text-editor ul.okochecklist {
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
  display: grid;
  gap: 6px;
}

.okopress .elementor-widget-text-editor ul.okochecklist li {
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
  color: #2f2a24;
}

.okopress .elementor-widget-text-editor ul.okochecklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b6b41;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
}

/* KÉP */
.okopress .okoimg .elementor-widget-container {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress .okoimg img {
  display: block;
  width: 100%;
  height: auto;
}

/* jobb oldali oszlop függőleges igazítása */
.okopress .elementor-column:last-child .elementor-widget-wrap {
  justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .okopress > .elementor-container {
    column-gap: 28px;
  }

  .okopress .elementor-column:first-child .elementor-widget-wrap {
    padding-right: 10px;
  }

  .okopress .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .okopress {
    padding: 64px 0;
  }

  .okopress > .elementor-container {
    row-gap: 28px;
  }

  .okopress .elementor-column:first-child .elementor-widget-wrap {
    padding-right: 0;
  }

  .okopress .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .okopress .elementor-widget-text-editor p,
  .okopress .elementor-widget-text-editor ul.okochecklist li {
    font-size: 16px;
  }

  .okopress .okoimg .elementor-widget-container {
    border-radius: 22px;
  }
}
/* =========================================
   OKOPRESS - SPECIFIKÁCIÓS BLOKK
========================================= */

.okopress-spec {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 113, 69, 0.06), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(59, 107, 65, 0.06), transparent 28%),
    linear-gradient(180deg, #f8f4ec 0%, #f3efe6 100%);
}

.okopress-spec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.10));
  pointer-events: none;
}

.okopress-spec .inner,
.okopress-spec > .elementor-container,
.okopress-spec .elementor-container {
  position: relative;
  z-index: 1;
}

/* -------------------------
   Fejléc rész
------------------------- */

.okopress-spec .spec-head {
  margin-bottom: 42px;
}

.okopress-spec .spec-head h2,
.okopress-spec h2 {
  margin-bottom: 18px;
}

.okopress-spec .spec-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.okopress-spec .spec-colors span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid #ddd2c2;
  color: #2f2a24;
  font-size: 15px;
  font-weight: 700;
}

/* -------------------------
   Képes középső rész
------------------------- */

.okopress-spec .spec-visual-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
  margin-bottom: 48px;
}

.okopress-spec .spec-product img,
.okopress-spec .spec-size img,
.okopress-spec img.okoimg,
.okopress-spec .okoimg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  background: rgba(255,255,255,0.4);
}

.okopress-spec .spec-product-note {
  margin-top: 18px;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: #6e6458;
}

/* -------------------------
   Táblázatok összefogó blokk
------------------------- */

.okopress-spec .spec-tables {
  display: grid;
  gap: 26px;
}

.okopress-spec .spec-table-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.18;
  color: #2f2a24;
}

/* -------------------------
   Közös táblázatstílus
------------------------- */

.okopress-spec .okotable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,0.78);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress-spec .okotable th,
.okopress-spec .okotable td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.55;
  border-right: 1px solid #ddd2c2;
  border-bottom: 1px solid #ddd2c2;
}

.okopress-spec .okotable thead th {
  background: rgba(59, 107, 65, 0.08);
  color: #2f2a24;
  font-weight: 700;
}

.okopress-spec .okotable tbody td:first-child {
  width: 26%;
  font-weight: 700;
  color: #2f2a24;
  background: rgba(184, 113, 69, 0.04);
}

.okopress-spec .okotable tbody td {
  color: #6e6458;
  background: rgba(255,255,255,0.86);
}

.okopress-spec .okotable tr th:last-child,
.okopress-spec .okotable tr td:last-child {
  border-right: 0;
}

.okopress-spec .okotable tbody tr:last-child td {
  border-bottom: 0;
}

/* -------------------------
   Elementor kompatibilitás
------------------------- */

.okopress-spec .elementor-widget-table table,
.okopress-spec table.okotable {
  width: 100%;
}

.okopress-spec .elementor-widget-image img {
  display: block;
}

/* -------------------------
   Mobil / tablet
------------------------- */

@media (max-width: 1024px) {
  .okopress-spec .spec-visual-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .okopress-spec .spec-head {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .okopress-spec {
    padding: 64px 0;
  }

  .okopress-spec .spec-colors {
    gap: 8px;
  }

  .okopress-spec .spec-colors span {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .okopress-spec .spec-table-title {
    font-size: 24px;
  }

  .okopress-spec .okotable th,
  .okopress-spec .okotable td {
    font-size: 14px;
    padding: 12px 10px;
  }

  .okopress-spec .spec-product img,
  .okopress-spec .spec-size img,
  .okopress-spec img.okoimg,
  .okopress-spec .okoimg img {
    border-radius: 22px;
  }
}
.okopress-spec {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(184,113,69,0.10), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(59,107,65,0.10), transparent 40%),
    linear-gradient(135deg, #f6f1e8, #eef2e8);
}

.okopress-spec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='60' viewBox='0 0 120 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233b6b41' stroke-opacity='0.08' stroke-width='1'%3E%3Crect x='0' y='0' width='120' height='30'/%3E%3Crect x='0' y='30' width='60' height='30'/%3E%3Crect x='60' y='30' width='60' height='30'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 60px;
  opacity: 0.7;
  pointer-events: none;
}

.okopress-spec > .container,
.okopress-spec > .elementor-container,
.okopress-spec .inner {
  position: relative;
  z-index: 1;
}
.okopress-spec .spec-bottom {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: start;
}

.okopress-spec .spec-images-stack {
  display: grid;
  gap: 22px;
}

.okopress-spec .spec-images-stack img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  background: rgba(255,255,255,0.45);
}

.okopress-spec .spec-side-content {
  display: grid;
  gap: 20px;
}

.okopress-spec .spec-table-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.18;
  color: #2f2a24;
}

.okopress-spec .spec-available-colors {
  margin-top: 6px;
  padding-top: 4px;
}

.okopress-spec .spec-available-colors strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2f2a24;
}

.okopress-spec .spec-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.okopress-spec .spec-color-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.68);
  border: 1px solid #ddd2c2;
  color: #2f2a24;
  font-size: 14px;
  font-weight: 700;
}

.okopress-spec .spec-color-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #6e6458;
}

@media (max-width: 1024px) {
  .okopress-spec .spec-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .okopress-spec .spec-table-title {
    font-size: 24px;
  }

  .okopress-spec .spec-color-note {
    font-size: 15px;
  }

  .okopress-spec .spec-images-stack img {
    border-radius: 22px;
  }
}
/* =========================================
   OKOPRESS - SPECIFIKÁCIÓS BLOKK
========================================= */

.okopress-spec {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(184,113,69,0.10), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(59,107,65,0.10), transparent 40%),
    linear-gradient(135deg, #f6f1e8, #eef2e8);
}

.okopress-spec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='60' viewBox='0 0 120 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233b6b41' stroke-opacity='0.08' stroke-width='1'%3E%3Crect x='0' y='0' width='120' height='30'/%3E%3Crect x='0' y='30' width='60' height='30'/%3E%3Crect x='60' y='30' width='60' height='30'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 60px;
  opacity: 0.7;
  pointer-events: none;
}

.okopress-spec > .container,
.okopress-spec > .elementor-container,
.okopress-spec .inner {
  position: relative;
  z-index: 1;
}

/* -------------------------
   Fejléc rész
------------------------- */

.okopress-spec .spec-head {

  margin-bottom: 42px;
}

.okopress-spec .spec-head h2,
.okopress-spec h2 {
  margin-bottom: 18px;
}


/* -------------------------
   Nagy összehasonlító táblázat
------------------------- */

.okopress-spec .spec-compare-block {
  margin-bottom: 70px;
}

.okopress-spec .spec-table-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.18;
  color: #2f2a24;
}

/* -------------------------
   Alsó rész: képek + oldalsó tartalom
------------------------- */

.okopress-spec .spec-bottom {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: start;
}

.okopress-spec .spec-images-stack {
  display: grid;
  gap: 22px;
}

.okopress-spec .spec-images-stack img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
  background: rgba(255,255,255,0.45);
}

.okopress-spec .spec-side-content {
  display: grid;
  gap: 20px;
}

/* -------------------------
   Elérhető színek
------------------------- */

.okopress-spec .spec-available-colors {
  margin-top: 6px;
  padding-top: 4px;
}

.okopress-spec .spec-available-colors strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2f2a24;
}

.okopress-spec .spec-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.okopress-spec .spec-color-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.68);
  border: 1px solid #ddd2c2;
  color: #2f2a24;
  font-size: 14px;
  font-weight: 700;
}

.okopress-spec .spec-color-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #6e6458;
}

/* -------------------------
   Közös táblázatstílus
------------------------- */

.okopress-spec .okotable-wrap {
  overflow-x: auto;
}

.okopress-spec .okotable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,0.78);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

.okopress-spec .okotable th,
.okopress-spec .okotable td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.55;
  border-right: 1px solid #ddd2c2;
  border-bottom: 1px solid #ddd2c2;
}

.okopress-spec .okotable thead th {
  background: rgba(59, 107, 65, 0.08);
  color: #2f2a24;
  font-weight: 700;
}

.okopress-spec .okotable tbody td:first-child {
  width: 26%;
  font-weight: 700;
  color: #2f2a24;
  background: rgba(184, 113, 69, 0.04);
}

.okopress-spec .okotable tbody td {
  color: #6e6458;
  background: rgba(255,255,255,0.86);
}

.okopress-spec .okotable tr th:last-child,
.okopress-spec .okotable tr td:last-child {
  border-right: 0;
}

.okopress-spec .okotable tbody tr:last-child td {
  border-bottom: 0;
}

/* -------------------------
   Elementor kompatibilitás
------------------------- */

.okopress-spec .elementor-widget-table table,
.okopress-spec table.okotable {
  width: 100%;
}

.okopress-spec .elementor-widget-image img {
  display: block;
}

/* -------------------------
   Tablet
------------------------- */

@media (max-width: 1024px) {
  .okopress-spec .spec-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .okopress-spec .spec-head {
    margin-bottom: 34px;
  }

  .okopress-spec .spec-compare-block {
    margin-bottom: 34px;
  }
}

/* -------------------------
   Mobil
------------------------- */

@media (max-width: 767px) {
  .okopress-spec {
    padding: 64px 0;
  }

  .okopress-spec .spec-table-title {
    font-size: 24px;
  }

  .okopress-spec .spec-color-note {
    font-size: 15px;
  }

  .okopress-spec .okotable th,
  .okopress-spec .okotable td {
    font-size: 14px;
    padding: 12px 10px;
  }

  .okopress-spec .spec-images-stack img {
    border-radius: 22px;
  }

  .okopress-spec .spec-color-list {
    gap: 8px;
  }

  .okopress-spec .spec-color-list span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }
}
/* =========================================
   KÉMÉNYTÉGLA - 2. BLOKK
   A kémény nem dísz, hanem felelősség
========================================= */

.chimney-responsibility {
  padding: 88px 0;
}

.chimney-responsibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.chimney-responsibility-copy {
  max-width: 640px;
}

.chimney-responsibility-copy h2 {
  margin-bottom: 20px;
}

.chimney-responsibility-copy p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.72;
  color: #6e6458;
}

.chimney-responsibility-copy p:last-of-type {
  margin-bottom: 0;
}

.chimney-responsibility-highlight {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 210, 194, 0.95);
}

.chimney-responsibility-highlight strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.3;
  color: #2f2a24;
}

.chimney-responsibility-highlight span {
  display: block;
  font-size: 16px;
  line-height: 1.65;
  color: #3b6b41;
  font-weight: 700;
}

.chimney-responsibility-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chimney-responsibility-visual .okoimg,
.chimney-responsibility-visual img.okoimg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(47, 42, 36, 0.08);
}

/* Tablet */
@media (max-width: 1024px) {
  .chimney-responsibility-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .chimney-responsibility-copy {
    max-width: 100%;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .chimney-responsibility {
    padding: 64px 0;
  }

  .chimney-responsibility-copy p {
    font-size: 16px;
  }

  .chimney-responsibility-highlight strong {
    font-size: 18px;
  }

  .chimney-responsibility-highlight span {
    font-size: 15px;
  }

  .chimney-responsibility-visual .okoimg,
  .chimney-responsibility-visual img.okoimg {
    border-radius: 22px;
  }
}
/* =========================================
   KÉMÉNYTÉGLA - 3. BLOKK
   Mire való valójában?
========================================= */

.chimney-usage {
  padding: 88px 0;
}

.chimney-usage-head {
  max-width: 860px;
  margin-bottom: 40px;
}

.chimney-usage-head h2 {
  margin-bottom: 18px;
}

.chimney-usage-intro {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: #6e6458;
}

.chimney-usage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: start;
}

.chimney-usage-item {
  position: relative;
  padding-right: 12px;
}
.elementor .chimney-usage-item img{
  border-radius: 24px;
}
.chimney-usage-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background: rgba(221, 210, 194, 0.95);
}

.chimney-usage-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.chimney-usage-num {
  min-width: 46px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(59 107 65 / 45%);
    color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.chimney-usage-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.chimney-usage-item h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.4;
  color: #2f2a24;
	min-height: 67px;
}

.chimney-usage-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: #6e6458;
}

/* Tablet */
@media (max-width: 1024px) {
  .chimney-usage-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .chimney-usage-item {
    padding-right: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(221, 210, 194, 0.95);
  }

  .chimney-usage-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .chimney-usage-item::after {
    display: none;
  }

  .chimney-usage-item h3 {
    font-size: 26px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .chimney-usage {
    padding: 64px 0;
  }

  .chimney-usage-head {
    margin-bottom: 30px;
  }

  .chimney-usage-intro,
  .chimney-usage-item p {
    font-size: 16px;
  }

  .chimney-usage-item h3 {
    font-size: 24px;
  }

  .chimney-usage-num {
    min-width: 42px;
    height: 38px;
    font-size: 18px;
  }
}
.img-wrapper {
  position: relative;
  border-radius: 25px;
  overflow: hidden; /* EZ A KULCS */
	margin-bottom: 15px;
}

.img-wrapper img {
  display: block;
  width: 100%;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
}

/* ❗ nem margin, hanem absolute */
.chimney-usage-top {
  position: absolute;
  top: 20px;
  left: 20px;

  color: white;
  z-index: 2;
}
.chimney-why {
  padding: 96px 0;
}

.chimney-why .lead {
  max-width: 760px;
  margin-bottom: 48px;
}

.chimney-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 48px;
}

.chimney-why-item h3 {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #2f2a24;
}

.chimney-why-item p {
  font-size: 16px;
  line-height: 1.75;
  color: #6e6458;
}

/* finom elválasztó hangulat */
.chimney-why-item {
  position: relative;
  padding-left: 18px;
}

.chimney-why-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 18px;
  background: #b87145;
  border-radius: 2px;
}

/* responsive */
@media (max-width: 1024px) {
  .chimney-why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.chimney-why {
  position: relative;
  overflow: hidden;
  padding: 96px 0;

  background:
    radial-gradient(circle at 10% 20%, rgba(184,113,69,0.08), transparent 40%),
    radial-gradient(circle at 85% 15%, rgba(59,107,65,0.08), transparent 40%),
    linear-gradient(135deg, #f5efe6, #eef2e8);
}

/* finom "téglás" mintázat */
.chimney-why::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='60' viewBox='0 0 120 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233b6b41' stroke-opacity='0.06' stroke-width='1'%3E%3Crect x='0' y='0' width='120' height='30'/%3E%3Crect x='0' y='30' width='60' height='30'/%3E%3Crect x='60' y='30' width='60' height='30'/%3E%3C/g%3E%3C/svg%3E");

  background-size: 120px 60px;
  opacity: 0.6;
  pointer-events: none;
}

/* content legyen felül */
.chimney-why > .container {
  position: relative;
  z-index: 1;
}
.compare-intro-secondary {
  margin-top: 14px;
}

.compare-summary-note {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #6e6458;
}
.okotable {
  table-layout: fixed;
}

.okotable th:nth-child(1),
.okotable td:nth-child(1) {
  width: 28%;
}

.okotable th:nth-child(2),
.okotable td:nth-child(2),
.okotable th:nth-child(3),
.okotable td:nth-child(3) {
  width: 36%;
}
.adatvedelem h2{
	margin-top: 45px;
}
.adatvedelem h3{
	margin-top: 25px;
}