@import url("denox-animations.css");

.denox-main {margin-top:0; }

.denox-module {
  /* padding: 0 !important; */ 
  margin: 0 !important;
  border-block-start: 1px solid rgba(255, 255, 255, 0.15);
}

.denox-module__inner {
	width: min(100%, 1440px);
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	display: grid;
	gap: 1rem;
	justify-items: start;
}

.denox-module-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 4.25rem) 0;
	background: url("../images/block_hero_background.jpg") center center / cover no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.denox-module-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 12%, rgba(39, 162, 255, 0.08), transparent 22%),
		radial-gradient(circle at 82% 8%, rgba(39, 162, 255, 0.06), transparent 20%);
	pointer-events: none;
}
/*
.denox-module-hero__inner {
	width: min(100%, 700px);
	max-width: 700px;
	margin-inline: 0;
	position: relative;
	z-index: 1;
}
*/

.denox-module__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align:left;
}

.denox-module__eyebrow em, .denox-navigation .normal-caps a, .denox-navigation a { 	text-transform: none !important; font-style:normal; }


.denox-module .denox-module__eyebrow {
	text-align:left;
}

.denox-module__eyebrow--blue {
	color: #27a2ff;
}

.denox-module__eyebrow--orange {
	color: #ff7842;
}

.denox-module__eyebrow--green {
	color: #78d83b;
}

.denox-module-hero__title {
	margin: 0;
/*	max-width: 11ch; */
	color: #f4f7fb;
	font-size: clamp(3rem, 6vw, 5.2rem);
	line-height: 0.94;
	letter-spacing: -0.05em;
}

.denox-module-hero__title em {
	font-style: normal;
	color: var(--wp--preset--color--denox-emphasize, #f4be24);
}

.denox-module-hero__intro {
	max-width: 58ch;
	margin: 1.2rem 0 0;
	font-size: 1.04rem;
	line-height: 1.55;
	color: #f4f7fb;
}

.denox-module-hero__objective {
	margin-top: 1.5rem;
}

.denox-module-hero__list {
	margin: 0;
	padding-left: 1.2rem;
}

.denox-module-hero__list li {
	margin: 0.3rem 0 0.3rem 10px;
}

.denox-module-hero__list--objective li::marker {
	content: "✓ ";
	color: var(--wp--preset--color--denox-emphasize, #f4be24);
	font-weight: 900;
	font-size: 1.05em;
}

.denox-module-hero__designed-for-wrap {
	margin-top: 1.75rem;
}

.denox-module-hero__list--designed-for {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	padding-left: 0;
	list-style: none;
}

.denox-module-hero__list--designed-for li {
	margin: 0;
	padding-right: 1rem;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #f4f7fb;
}

.denox-module-hero__list--designed-for li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: rgba(244, 247, 251, 0.42);
}

.denox-module-hero__actions {
	/* margin-top: 1.9rem; */
}


.denox-module-hero__actions .wp-block-button__link:hover,
.denox-module-hero__actions .wp-block-button__link:focus-visible {
	background: #ffd34d;
}

.denox-module-challenge {
	padding: clamp(1.25rem, 3vw, 3rem) 0 1.5rem;
}

.denox-module-challenge__inner {
	width: min(100%, 1440px);
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	display: grid;
	gap: 1rem;
	justify-items: start;
}

.denox-module-challenge__layout {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0 !important;
	margin: auto;
	background: url("../images/block2_background_trees.jpg") right bottom / 1000px auto no-repeat;
}

.denox-module-challenge__layout > .wp-block-column {
	min-width: 0;
	margin: 0;
}

.denox-module-challenge__column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
  padding:1.25rem;
}


.denox-module-challenge__eyebrow {
	margin-bottom: 0.8rem;
}

.denox-module-challenge__lede {
	margin: 0;
	max-width: 54ch;
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	line-height: 1.55;
	color: var(--denox-text, #f4f7fb);
}

.denox-module-challenge__detail-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
}

.denox-module-challenge__detail-grid > .wp-block-column {
	min-width: 0;
	margin: 0;
}

.denox-module-challenge__detail {
	padding: 0;
}

.denox-module-challenge__detail-title {
	margin: 0;
	color: rgba(244, 247, 251, 0.88);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.denox-module-challenge__list {
	margin: 0.9rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

.denox-module-challenge__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	line-height: 1.45;
	color: rgba(244, 247, 251, 0.96);
}

.denox-module-challenge__list li::before {
	content: "";
	flex: none;
	width: 0.78rem;
	height: 0.78rem;
	margin-top: 0.34rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.denox-module-challenge__list--pressure li::before {
	background: #ff6a45;
	box-shadow: 0 0 0 4px rgba(255, 106, 69, 0.12);
}

.denox-module-challenge__list--solutions li::before {
	background: #f4be24;
	box-shadow: 0 0 0 4px rgba(244, 190, 36, 0.12);
}

.denox-module-challenge__divider-column {
	display: grid;
	place-items: center;
}

.denox-module-challenge__chevron {
	display: block;
	width: 250px;
	height: 75px;
	transform: none;
	transform-origin: center;
	filter: drop-shadow(0 0 18px rgba(244, 190, 36, 0.22)) drop-shadow(0 0 18px rgba(255, 120, 66, 0.18));
}

.denox-module-challenge__column--response {
	padding: 1.25rem;
}

.denox-module-challenge__column--response .denox-module-challenge__lede,
.denox-module-challenge__column--response .denox-module-challenge__copy,
.denox-module-challenge__column--response .denox-module-challenge__list li {
	color: rgba(244, 247, 251, 0.98);
}

.denox-module-challenge__copy {
	margin: 0;
	max-width: 58ch;
	line-height: 1.65;
	color: rgba(244, 247, 251, 0.9);
}

.denox-module-challenge__list--response li::before {
	background: #78d83b;
	box-shadow: 0 0 0 4px rgba(120, 216, 59, 0.14);
}

.denox-module-challenge__statement {
	max-width: 76ch;
	margin: 0.2rem auto 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(244, 247, 251, 0.92);
}

.denox-module-challenge__tagline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.5rem;
	margin: auto;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.denox-module-challenge__tagline span:first-child {
	color: #f4f7fb;
}

.denox-module-challenge__tagline span:nth-child(2) {
	color: #f4be24;
}

.denox-module-challenge__tagline span:nth-child(3) {
	color: #78d83b;
}

@media (min-width: 920px) {
	.denox-module-challenge {
		padding: 0 0 2rem;
	}

	.denox-module-challenge__layout {
		grid-template-columns: minmax(0, 1fr) minmax(4rem, 5.5rem) minmax(0, 1fr);
		align-items: stretch;
		gap: 0;
	}

	.denox-module-challenge__detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.denox-module-challenge__chevron {
		width: 250px;
		height: 75px;
		transform: rotate(-90deg);
		margin-left: -80px;
	}

}


.denox-module-applications {
	/* padding: clamp(1.5rem, 3vw, 3rem) 0 2rem; */
	background:
		radial-gradient(circle at 14% 0%, rgba(39, 162, 255, 0.08), transparent 24%),
		radial-gradient(circle at 86% 0%, rgba(120, 216, 59, 0.06), transparent 22%),
		linear-gradient(180deg, #08111d 0%, #050b14 100%);
	/* border-block: 1px solid rgba(255, 255, 255, 0.08); */
}

.denox-module-applications__inner {
	width: min(100%, 1440px);
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	display: grid;
	gap: 1rem;
	padding:16px;
}

.denox-module-applications__eyebrow {
	margin-bottom: 0.35rem;
}

.denox-module-applications__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin: auto;
	padding: 1px;
	/*background: rgba(255, 255, 255, 0.08);*/
	overflow: hidden;
}
@media (min-width: 560px) {
	.denox-module-applications__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 860px) {
	.denox-module-applications__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1180px) {
	.denox-module-applications__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}


.denox-module-applications__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: clamp(1.2rem, 2vw, 1.75rem);
	min-height: 100%;
	background: linear-gradient(180deg, rgba(8, 18, 31, 0.96) 0%, rgba(5, 11, 20, 0.98) 100%);
	margin:10px !important;
}

.denox-module-applications__icon {
	display: block;
	/*width: clamp(2.6rem, 3.2vw, 3.25rem);*/
	width:160px;
	height: auto;
	margin-bottom: 0.9rem;
}

.denox-module-applications__title {
	margin: 0;
	color: #f4f7fb;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	max-width: 14ch;
}

.denox-module-applications__copy {
	margin: 0.7rem 0 0;
	max-width: 24ch;
	color: rgba(244, 247, 251, 0.82);
	font-size: 0.92rem;
	line-height: 1.55;
}

@media (min-width: 920px) {
	.denox-module-applications {
		padding: 0 0 2.5rem;
	}

	.denox-module-applications__inner {
		gap: 1.25rem;
	}
}


.denox-module-about {
	margin-inline: calc(50% - 50vw);
	padding:0;
	margin-bottom:30px;
	text-align: left;	
	background-image: url("../images/block4_background_plant.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.denox-module-about__section-label {
	margin: 0 0 1rem;
	width: min(100%, 700px);
	max-width: 700px;
}

.denox-module-about__inner {
	max-width:700px;
	min-height:600px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	display: grid;
	gap: 1rem;
	justify-items: start;
	padding:16px 60px 16px 16px;
}

.denox-module-about__feature-grid {
	display: grid;
	width: min(100%, 700px);
	max-width: 700px;
	margin-inline: 0;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.denox-module-about__feature {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	margin-top:0 !important;
	max-width:300px;
}

.denox-module-about__feature-icon {
	width: clamp(2.2rem, 2.8vw, 2.8rem);
	height: auto;
	color: #f4f7fb;
	flex: none;
	margin-top: 0.1rem;
}

.denox-module-about__feature-body {
	display: grid;
	gap: 0.35rem;
}

.denox-module-about__feature-title {
	margin: 0;
	color: #f4f7fb;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.denox-module-about__feature-copy {
	margin: 0 20px 0 0;
	color: rgba(244, 247, 251, 0.88);
	font-size: 0.95rem;
	line-height: 1.5;
}

.denox-module-about__copy {
	margin: 0.35rem 0 0;
	width: min(100%, 720px);
	max-width: 720px;
	margin-inline: 0;
	color: rgba(244, 247, 251, 0.9);
	font-size: 0.98rem;
	line-height: 1.62;
}

.denox-module-about__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 1.2rem;
	padding: 20px;
	max-width: 17rem;
	margin-inline: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.7rem;
	background: rgba(7, 13, 23, 0.75);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  height: 90px;
}

.denox-module-about__badge-mark {
	display: block;
	width: 1.15rem;
	height: auto;
	flex: none;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.denox-module-about__badge-text {
	color: #f4f7fb;
	font-size: 0.73rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin:0 !important;
}

.denox-module-about p, .denox-module-hero p {text-align:left; }

@media (min-width: 720px) {
	.denox-module-about__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/*
@media (min-width: 920px) {
	.denox-module-about {
		padding: 0 clamp(1rem, 2vw, 1.5rem) 2.5rem;
		gap: 1.25rem;
	}
}
*/

.denox-module-challenge {--grad-angle: 180deg; }

.denox-module-challenge__column--challenge {
	background: linear-gradient(var(--grad-angle), rgba(8, 16, 27, 1) 0%, rgba(30, 16, 27, 1) 3%, rgba(30, 0, 0, 1) 60%, rgba(255, 0, 0, 0.22) 80%, rgba(255, 0, 0, 0.22) 100%);
		background: linear-gradient(var(--grad-angle), rgba(8, 16, 27, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(50, 5, 5, 1) 100%);
}

.denox-module-challenge__divider-column {
		background: linear-gradient(var(--grad-angle), rgba(50, 5, 5, 1) 0%, rgba(50, 5, 5, 1) 40%, rgba(0, 50, 0, 1) 50%, rgba(0, 200, 0, 0.2) 100%) ;
	}

.denox-module-challenge__column--response {
	background: linear-gradient(var(--grad-angle), rgba(0, 200, 0, 0.2) 0%, rgba(0, 200, 0, 0.2) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 95%, rgba(8, 16, 27, 1) 100%);
}


@media (min-width: 920px) {
	.denox-module-challenge { --grad-angle: 90deg; }
}

.denox-module-contact {
	background:	url("../images/block5_background_plant.jpg") right bottom / cover no-repeat;
	text-aling:center;
}
.denox-module-contact__overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0% , rgba(0, 0, 0, 0.5) 300px , rgba(0, 0, 0, 0) 700px, rgba(0, 0, 0, 0) 100%);
}

.denox-module-contact__inner {
  min-height:500px;
	max-width: 530px;
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	display: grid;
	gap: 1rem;
	justify-items: start;
	padding:16px;
}

.denox-module-contact__eyebrow {
	margin-bottom: 0.3rem;
}

.denox-module-contact__title {
	margin: 0;
	/*max-width: 13ch;
	color: #f4f7fb;
	font-size: clamp(2.7rem, 5.2vw, 4.7rem);
	line-height: 0.95;*/
	font-size: clamp(2.5rem, 3.5vw, 3.5rem);
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.denox-module .denox-module-contact__copy {
	margin: 0;
	max-width: 500px;
	color: rgba(244, 247, 251, 0.92);
	font-size: 1.02rem;
	line-height: 1.6;
	text-align: left;
	padding:16px;
}

.denox-module-operators__inner {
	margin-inline: 0;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	padding:16px;
}

.benefit-card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(16px, 2vw, 28px);

  /* ettől lesznek egyforma magasak egy soron belül */
  align-items: stretch;

  /* ha több sorba törik, ez a sorokon belül is stabilabb */
  grid-auto-rows: 1fr;
}

.benefit-card {
  --icon-box-size: 120px;
  --icon-size: 100px;
  --icon-stroke: 3;

  display: grid !important;
  grid-template-columns: var(--icon-box-size) minmax(0, 1fr);
  gap: 20px;

  /* a kártya belső elemei felülre igazodnak */
  align-items: start;
  align-content: start;

  min-width: 0;
  height: 100%;
  box-sizing: border-box;
}

.benefit-card > * {
  min-width: 0;
}

.benefit-card-icon {
  width: var(--icon-box-size) !important;
  height: var(--icon-box-size) !important;
  min-width: var(--icon-box-size) !important;
  max-width: var(--icon-box-size) !important;

  display: grid !important;
  place-items: start center;

  flex: 0 0 var(--icon-box-size);
  box-sizing: border-box;
  align-self: start;
}

.benefit-card-icon svg,
.benefit-card-icon .line-icon {
  width: var(--icon-size) !important;
  height: var(--icon-size) !important;
  min-width: var(--icon-size) !important;
  max-width: var(--icon-size) !important;
  min-height: var(--icon-size) !important;
  max-height: var(--icon-size) !important;

  display: block !important;
  overflow: visible;
  flex: 0 0 auto;
}

.benefit-card-icon .icon-line {
  fill: none;
  stroke: var(--icon-color, #fff);
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.benefit-card-text {
  align-self: start;
  min-width: 0;
}

.benefit-card-text p {
  margin-top: 0;
}

.benefit-card-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .benefit-card {
    --icon-box-size: 76px;
    --icon-size: 48px;

    grid-template-columns: var(--icon-box-size) minmax(0, 1fr);
    gap: 16px;
  }
}


.denox-module-operators {
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 156, 255, 0.14), transparent 28%),
    radial-gradient(circle at 92% 78%, rgba(0, 100, 180, 0.16), transparent 32%),
    radial-gradient(circle at 52% 50%, rgba(255, 190, 40, 0.035), transparent 34%),
    linear-gradient(135deg, #03070d 0%, #06111d 42%, #02050a 100%);
}



.denox-module-applications__card, .benefit-card {
/*  position: relative; */
padding: 16px;

/*  padding: clamp(22px, 2.2vw, 34px); */

  background:
    radial-gradient(
      circle at 50% 50px,
      rgba(0, 170, 255, 0.22) 0,
      rgba(0, 90, 160, 0.12) 120px,
      transparent 260px
    ) /*, linear-gradient(135deg, #03070d 0%, #06111d 45%, #02050a 100%)*/
    ;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.denox-module .benefit-card-title {
color:white; font-weight:bold; font-size:28px !important;
}

.denox-graph {width:300px; border:1px solid green; }

.wp-block-template-part {padding:0;margin:0;}

/*
.denox-footer__top {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0% , rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.5) 100%);
}*/

.denox-module .denox-two-cell-row {  display: flex; flex-wrap: wrap; gap: 16px; align-items: stretch; width:100%}
.denox-module .denox-two-cell-row > .denox-left-fill { flex: 1 1 0; min-width: 250px; }
.denox-module .denox-two-cell-row > .denox-right-fixed { flex: 0 0 250px; width: 250px; margin:auto; }



.denox-contact-strip {
  max-width: none !important;
  width: 100% !important;
  padding:0px;
  display: grid !important;
  grid-template-columns: minmax(290px, 1fr) minmax(290px, 800px) minmax(290px, 1fr);
  grid-template-areas: "mail dev location";
  gap: 10px 2px;
  justify-content: space-between;
}

.denox-contact-strip > * {
  max-width: none !important;
}

.denox-contact-mail {
  grid-area: mail;
  justify-self: start;
}

.denox-contact-dev {
  grid-area: dev;
  justify-self: center;
  text-align: center;
}

.denox-contact-location {
  grid-area: location;
  justify-self: end;
}

.denox-contact-item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding:0 !important;
}

.denox-contact-item  {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.denox-contact-item p {padding:0; margin:0}

@media (max-width: 900px) { 
  .denox-contact-strip { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);  grid-template-areas: "mail location" "dev dev"; }
/*  .denox-contact-mail { justify-self: center;  }
  .denox-contact-location { justify-self: center; } */
}

@media (max-width: 600px) {
  .denox-contact-strip { grid-template-columns: 1fr; grid-template-areas: "mail" "location" "dev"; }
  .denox-contact-mail, .denox-contact-location, .denox-contact-dev { justify-self: center; }
}

.denox-contact-icon { line-height: 0; flex: 0 0 auto; }
.denox-contact-icon svg { display: block; }

.copyright-text {text-align:center; }
.copyright-text span {margin:0 5px; display: inline-block; white-space: nowrap;}
