.amol {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  width: 100%;

  aspect-ratio: 1/1;
}

@media (min-width: 1024px) {
  .amol {
    max-width: 672px;
  }
}

@media (max-width: 672px) {
  .amol {
    font-size: clamp(10px, 4vw, 36px);
  }
}

@media (min-width: 672px) {
  .amol {
    font-size: 27px;
  }
}

li, span,.amol-jak-block{
  transition: transform 0.2s ease-out;
}
li:hover, span:hover,.amol-jak-block:hover
{ 
  transform: scale(1.05) translateY(-2%); 
}

.amol-bg {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* tak jak background-size: cover */
  object-position: center;
  z-index: 0;             /* pod wszystkimi treściami */
  pointer-events: none;   /* nie przeszkadza w kliku */
  user-select: none;
}

.amol-section {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.amol-hero-brand {
  position: absolute;
  top: 7%;
  width: 54%;
  display: flex;
  right: 0;
  background: #e51e26;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.04em;
  align-items: center;
  justify-content: center;
}

.amol-hero-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
}


.amol-hero-left {
  width: 390px;
}

.amol-hero-product {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -2px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
}

.amol-hero-features {
  list-style: disc inside;
  margin-top: 30px;
  font-size: 1.09em;
  font-weight: 500;
  color: #e9f8ef;
}

.amol-hero-features li {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}

.amol-dzialanie {
  min-height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.amol-dzialanie h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 7%;
  text-align: center;
  letter-spacing: 0.03em;
  filter: drop-shadow(2px 4px 10px #0000004d);
  color: white;
  font-family: 'Montserrat', Arial, sans-serif;

}

.amol-dzialanie ul {
  font-style: italic;
  font-size: 1em;
  padding: 10%;
  padding-top: 0;
  padding-bottom: 0;
}

.amol-dzialanie li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  margin-bottom: 3%;
}

.amol-dzialanie li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ea241b;
  vertical-align: middle;
}

.amol-jak {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.88em;
  overflow: hidden;
}

.amol-jak>h2 {
  margin-top: 0;
  filter: drop-shadow(2px 4px 10px #0000004d);
}

.amol-jak-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 4%;
}

.amol-jak-block {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  aspect-ratio: 402/684;
}

.amol-jak-tekst {
  width: 100%;
  height: auto;
  aspect-ratio: 399/237;
  font-size: 0.7em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amol-jak-block:nth-child(1) {
  background-color: #008597;
}

.amol-jak-block:nth-child(2) {
  background-color: #8cc8d0;
}

.amol-jak-block:nth-child(3) {
  background-color: #e42313;
}

.amol-jak-subtekst {
  font-size: 1.05em;
  color: #e51e26;
  font-weight: bold;
  margin-top: 5px;
}

.amol-jak-ikona {
  width: 100%;
  height: auto;
  aspect-ratio: 402/447;
  background-size: contain;
}

.amol-sklad {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amol-sklad .amol-section-content {
  width: 100%;
  height: 81%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.amol-section-content>p {
  position: absolute;
  top: 21%;
  font-size: 0.5em;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.amol-sklad h2 {
  position: absolute;
  top: 9%;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
  filter: drop-shadow(2px 4px 10px #0000004d);
  color: white;
  font-family: 'Montserrat', Arial, sans-serif;

}

.amol-sklad-kolo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 0.6em;
}

.amol-sklad-kolo span {
  position: absolute;
  background: #e32413;
  display: inline;
  white-space: normal;
  border-radius: 0.7em;
  color: #fff;
  padding: 1% 2% 1% 2%;
  font-size: 1em;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
}

.amol-sklad-kolo>span:nth-child(1) {
  left: 36%;
  top: 33%;
}

.amol-sklad-kolo>span:nth-child(2) {
  left: 58%;
  top: 39%;
}

.amol-sklad-kolo>span:nth-child(3) {
  left: 65%;
  top: 56%;
}

.amol-sklad-kolo>span:nth-child(4) {
  left: 55%;
  top: 78%;
}

.amol-sklad-kolo>span:nth-child(5) {
  left: 17%;
  top: 80%;
}

.amol-sklad-kolo>span:nth-child(6) {
  left: 5%;
  top: 62%;
}

.amol-sklad-kolo>span:nth-child(7) {
  left: 19%;
  top: 45%;
}

.amol-sklad-footnote {
  position: absolute;
  color: #e6e6e6;
  font-size: 0.5em;
  text-align: center;
  bottom: 6%;
  width: 100%;
}

.amol-sklad-footnote a {
  color: #ffffff;
  text-decoration: auto;
}

.amol-wybor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amol-wybor h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 10% 0 10%;
  filter: drop-shadow(2px 4px 10px #0000004d);
  color: white;
  font-family: 'Montserrat', Arial, sans-serif;

}

.amol-wybor ul {
  font-size: 1.12em;
  font-style: italic;
  font-size: 1em;
  padding: 11%;
  padding-top: 0;
  padding-bottom: 0;
}

.amol-wybor li {
  margin-bottom: 13px;
  position: relative;
  padding-left: 0.7em;
  list-style: none;
  margin-bottom: 3%;
  position: relative;
  padding-left: 1em;
  list-style: none;
  margin-bottom: 3%;
}

.amol-wybor li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ea241b;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ea241b;
  vertical-align: middle;
}

 @media (max-width:400px) {
.amol-sklad h2 {
  position: absolute;
  top: 1%;
}
}