.elementor-6133 .elementor-element.elementor-element-5ec89f6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d582eea */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');

/* ── KONTENER + ZMIENNE ── */
#dd-natan {
  all: initial;
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  background: #080808;
  color: #E8EDE4;
  --green: #5EB037;
  --green-light: #7DD45A;
  --green-dim: #4A9028;
  --black: #080808;
  --dark: #111111;
  --text: #E8EDE4;
  --muted: #728060;
}
#dd-natan *,
#dd-natan *::before,
#dd-natan *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@keyframes ddNatanFadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ddNatanPulse  { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.4; transform:scale(.65); } }

#dd-natan .fade1 { animation: ddNatanFadeUp .7s .05s both; }
#dd-natan .fade2 { animation: ddNatanFadeUp .7s .18s both; }
#dd-natan .fade3 { animation: ddNatanFadeUp .7s .30s both; }
#dd-natan .fade4 { animation: ddNatanFadeUp .7s .42s both; }

/* ── HERO ── */
#dd-natan .hero {
  min-height: 96vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 24px 70px;
  text-align: center;
  position: relative;
  background: radial-gradient(ellipse 80% 55% at 50% -5%, rgba(94,176,55,.10) 0%, transparent 68%);
}
#dd-natan .hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 72px;
  background: linear-gradient(to bottom, var(--green), transparent);
}

#dd-natan .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(94,176,55,.40);
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 38px;
}
#dd-natan .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: ddNatanPulse 2s infinite;
}

#dd-natan .hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 6.5vw, 76px);
  font-weight: 600;
  line-height: 1.08;
  max-width: 820px;
  color: var(--text);
}
#dd-natan .hero h1 em {
  font-style: italic;
  color: var(--green);
}
#dd-natan .hero-sub {
  margin-top: 22px;
  font-size: clamp(15px, 2vw, 18px);
  color: var(--muted);
  max-width: 560px;
  line-height: 1.65;
}

/* ── TRUST STRIP ── */
#dd-natan .trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 18px 24px;
  flex-wrap: wrap;
}
#dd-natan .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #5A6A50;
  letter-spacing: .05em;
}
#dd-natan .trust-item strong {
  color: var(--green);
  font-weight: 500;
}
#dd-natan .trust-sep {
  width: 1px;
  height: 16px;
  background: rgba(94,176,55,.18);
}

/* ── VIDEO ── */
#dd-natan .video-section {
  padding: 60px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#dd-natan .video-eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
#dd-natan .video-quote {
  font-size: 14px;
  font-style: italic;
  color: #5A6A50;
  max-width: 560px;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.6;
}
#dd-natan .video-quote cite {
  display: block;
  font-style: normal;
  font-size: 11px;
  margin-top: 6px;
  color: #4A5A40;
  letter-spacing: .06em;
}
#dd-natan .video-outer {
  width: 100%;
  max-width: 860px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(94,176,55,.22), 0 40px 90px rgba(0,0,0,.75);
  position: relative;
}
#dd-natan .video-outer::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
#dd-natan .video-outer iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#dd-natan .stats {
  display: flex;
  width: 100%;
  max-width: 860px;
  border: 1px solid rgba(94,176,55,.22);
  border-top: none;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
#dd-natan .stat {
  flex: 1;
  padding: 22px 12px;
  text-align: center;
  background: rgba(94,176,55,.025);
  border-right: 1px solid rgba(94,176,55,.12);
}
#dd-natan .stat:last-child { border-right: none; }
#dd-natan .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
#dd-natan .stat-lbl {
  font-size: 10px;
  color: #4A6040;
  margin-top: 4px;
  letter-spacing: .05em;
}

#dd-natan .divider {
  height: 1px;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(to right, transparent, rgba(94,176,55,.28), transparent);
}

/* ── SECTIONS ── */
#dd-natan .section {
  padding: 90px 24px;
  max-width: 900px;
  margin: 0 auto;
}
#dd-natan .eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
#dd-natan .sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 40px;
  color: var(--text);
}

/* ── CASE CARDS ── */
#dd-natan .case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(94,176,55,.14);
  border: 1px solid rgba(94,176,55,.14);
  border-radius: 6px;
  overflow: hidden;
}
#dd-natan .case-card {
  background: var(--dark);
  padding: 34px 30px;
}
#dd-natan .case-icon {
  font-size: 26px;
  margin-bottom: 14px;
}
#dd-natan .case-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--green-light);
  margin-bottom: 9px;
}
#dd-natan .case-card p {
  font-size: 13.5px;
  line-height: 1.72;
  color: #8A9A78;
}

/* ── WHY LIST ── */
#dd-natan .why-intro {
  font-size: 13.5px;
  color: #5A6A50;
  line-height: 1.7;
  margin-bottom: 28px;
  padding: 18px 22px;
  border-left: 2px solid rgba(94,176,55,.35);
  background: rgba(94,176,55,.03);
  border-radius: 0 4px 4px 0;
}
#dd-natan .why-intro strong {
  color: #7A9A68;
  font-weight: 400;
}

#dd-natan .why-list {
  list-style: none;
  border: 1px solid rgba(94,176,55,.14);
  border-radius: 6px;
  overflow: hidden;
}
#dd-natan .why-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 30px 34px;
  background: var(--dark);
  border-bottom: 1px solid rgba(94,176,55,.08);
  transition: background .25s;
}
#dd-natan .why-item:last-child { border-bottom: none; }
#dd-natan .why-item:hover { background: rgba(94,176,55,.04); }
#dd-natan .why-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 700;
  color: rgba(94,176,55,.25);
  line-height: 1;
  flex-shrink: 0;
  width: 38px;
}
#dd-natan .why-content h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 5px;
}
#dd-natan .why-content p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── DIFF TABLE ── */
#dd-natan .diff-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(94,176,55,.14);
  border-radius: 6px;
  overflow: hidden;
}
#dd-natan .diff-table thead tr {
  background: rgba(94,176,55,.07);
}
#dd-natan .diff-table th {
  padding: 18px 26px;
  text-align: left;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 400;
}
#dd-natan .diff-table td {
  padding: 16px 26px;
  font-size: 13.5px;
  line-height: 1.6;
  border-top: 1px solid rgba(94,176,55,.07);
}
#dd-natan .diff-table td:first-child { color: #506040; }
#dd-natan .diff-table td:last-child { color: var(--text); }
#dd-natan .diff-table tr:hover td { background: rgba(94,176,55,.02); }
#dd-natan .diff-table .td-check::before { content: '✓ '; color: var(--green); font-weight: 500; }

/* ── CTA ── */
#dd-natan .cta-section {
  padding: 100px 24px 110px;
  text-align: center;
  position: relative;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(94,176,55,.07) 0%, transparent 70%);
}
#dd-natan .cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto 18px;
  line-height: 1.1;
  color: var(--text);
}
#dd-natan .cta-section h2 em {
  font-style: italic;
  color: var(--green);
}
#dd-natan .cta-sub {
  color: var(--muted);
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
#dd-natan .cta-risk {
  font-size: 13px;
  color: #5A6A50;
  max-width: 400px;
  margin: 0 auto 36px;
  padding: 12px 20px;
  border: 1px solid rgba(94,176,55,.15);
  border-radius: 6px;
  background: rgba(94,176,55,.03);
  line-height: 1.5;
}
#dd-natan .nn-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 20px 50px;
  border-radius: 15px;
  transition: background .28s, transform .28s, box-shadow .28s;
  position: relative;
  overflow: hidden;
}
#dd-natan .nn-cta-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .28s;
}
#dd-natan .nn-cta-btn:hover {
  background: var(--green-light);
  transform: translateY(-2px);
  box-shadow: 0 18px 55px rgba(94,176,55,.22);
  color: #fff;
  text-decoration: none;
}
#dd-natan .nn-cta-btn:hover::after { opacity: 1; }
#dd-natan .cta-arrow {
  font-size: 17px;
  display: inline-block;
  transition: transform .28s;
}
#dd-natan .nn-cta-btn:hover .cta-arrow { transform: translateX(5px); }

#dd-natan .cta-limit {
  margin-top: 14px;
  font-size: 11.5px;
  color: rgba(94,176,55,.55);
  letter-spacing: .05em;
}
#dd-natan .cta-note {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(90,100,80,.45);
  letter-spacing: .06em;
}

/* ── FOOTER ── */
#dd-natan .nn-footer {
  padding: 36px 24px;
  text-align: center;
  border-top: 1px solid rgba(94,176,55,.07);
}
#dd-natan .nn-footer p {
  font-size: 11px;
  color: rgba(90,100,80,.50);
  letter-spacing: .08em;
  line-height: 2;
}
#dd-natan .nn-footer strong {
  color: var(--green);
  font-weight: 400;
}
#dd-natan .nn-footer a {
  color: rgba(90,100,80,.55);
  text-decoration: none;
  transition: color .2s;
}
#dd-natan .nn-footer a:hover { color: var(--green); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  #dd-natan .case-grid { grid-template-columns: 1fr; }
  #dd-natan .stats { flex-direction: column; }
  #dd-natan .stat { border-right: none; border-bottom: 1px solid rgba(94,176,55,.12); }
  #dd-natan .why-item { padding: 24px 20px; }
  #dd-natan .diff-table th,
  #dd-natan .diff-table td { padding: 14px 16px; font-size: 12px; }
  #dd-natan .trust-strip { gap: 16px; }
  #dd-natan .trust-sep { display: none; }
  #dd-natan .nn-cta-btn { display: block; width: 100%; text-align: center; padding: 18px 20px; }
}/* End custom CSS */